diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-04-10 13:30:06 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-11 00:10:58 -0500 |
commit | 422df92bd666700bd5ac51ff2a4205721359e40f (patch) | |
tree | c557f200ffde46cf9a6796f20eaec188c2ce7d2a /perl/perl-SOAP-Lite/SOAP-Lite-0.710.08.patch | |
parent | a1bf72c0c035200806022b852379eac76947b5d0 (diff) | |
download | slackbuilds-422df92bd666700bd5ac51ff2a4205721359e40f.tar.gz |
perl/perl-SOAP-Lite: Added (SOAP::Lite module)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-SOAP-Lite/SOAP-Lite-0.710.08.patch')
-rw-r--r-- | perl/perl-SOAP-Lite/SOAP-Lite-0.710.08.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/perl/perl-SOAP-Lite/SOAP-Lite-0.710.08.patch b/perl/perl-SOAP-Lite/SOAP-Lite-0.710.08.patch new file mode 100644 index 0000000000..0b1e6e8470 --- /dev/null +++ b/perl/perl-SOAP-Lite/SOAP-Lite-0.710.08.patch @@ -0,0 +1,12 @@ +diff -Nuar SOAP-Lite-0.710.08.orig/Makefile.PL SOAP-Lite-0.710.08/Makefile.PL +--- SOAP-Lite-0.710.08.orig/Makefile.PL 2008-06-28 11:37:20.000000000 -0700 ++++ SOAP-Lite-0.710.08/Makefile.PL 2008-12-07 23:42:03.341939336 -0800 +@@ -43,7 +43,7 @@ + ["DIME messages","SOAP::Packager::DIME",{"IO::Scalar" => "2.105", "DIME::Tools" => 0.03, "Data::UUID" => "0.11"},0], + ["SSL Support for TCP Transport","SOAP::Transport::TCP",{"IO::Socket::SSL" => 0},0], + ["Compression support for HTTP","SOAP::Transport::HTTP",{"Compress::Zlib" => 0},0], +- ["MIME interoperability w/ Axis","SOAP::Lite",{"MIME::Parser" => "6.106"},0], ++ ["MIME interoperability w/ Axis","SOAP::Lite",{"MIME::Parser" => "5.413"},0], + ); + + use Getopt::Long; |