• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

bin/H11-Apr-20135

ChangesH A D20-May-200833 KiB

examples/H11-Apr-201336

HACKINGH A D20-May-20085 KiB

lib/H05-Apr-20139

Makefile.PLH A D20-May-20087.8 KiB

MANIFESTH A D20-May-20085.2 KiB

META.ymlH A D20-May-2008947

READMEH A D20-May-2008292

ReleaseNotes.txtH A D20-May-20082.6 KiB

t/H11-Apr-201344

README

1To install SOAP::Lite, run the following commands:
2
3 perl Makefile.PL
4 make
5 make test
6 make install
7
8The test suite requires perl 5.6.0, so you will experience
9failing tests under older versions of perl.
10
11SOAP::Lite itself should work with perls as old as 5.5.4, but
12your mileage may vary.
13
14