SOAP-Lite-SmartProxy
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
WriteMakefile(
NAME => 'SOAP',
DISTNAME => 'SOAP-Lite-SmartProxy',
VERSION => '0.11',
PREREQ_PM => { 'SOAP::Lite' => '0.46' },
dist => {
COMPRESS => "gzip -9f",
SUFFIX => "gz",
POSTOP => 'mv $(DISTNAME)-$(VERSION).tar.gz ../'
},
($] ge '5.005')
? (
'AUTHOR' => 'Daniel Yacob (Yacob@RCN.Com)',
'ABSTRACT' => 'URI Redirection and Forwarding for SOAP-Lite.',
)
: (),
);
( run in 2.357 seconds using v1.01-cache-2.11-cpan-a49fcb8fa48 )