[Bps-public-commit] net-journyx branch, master, updated. 1fd3730533edbc36d29ed89f3f65eb58d03178ed

Thomas Sibley trs at bestpractical.com
Thu Sep 8 13:24:37 EDT 2011


The branch, master has been updated
       via  1fd3730533edbc36d29ed89f3f65eb58d03178ed (commit)
      from  f84e85e0137c07730392fde0852d57815210d770 (commit)

Summary of changes:
 Makefile.PL |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 1fd3730533edbc36d29ed89f3f65eb58d03178ed
Author: Thomas Sibley <tom at zulutango.org>
Date:   Thu Sep 8 13:24:08 2011 -0400

    We need a very old version of XML::Compile::SOAP that supports rpc-encoded

diff --git a/Makefile.PL b/Makefile.PL
index 992c3bf..dca6562 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,14 @@ requires        'LWP::UserAgent';
 requires        'URI';
 
 requires        'XML::Compile';
-requires        'XML::Compile::SOAP';
+
+# We need _exactly_ this version, unfortunately.
+requires        'XML::Compile::SOAP' => 0.78;
+
+require XML::Compile::SOAP;
+if ($XML::Compile::SOAP::VERSION != 0.78) {
+    die "Net::Journyx requires exactly XML::Compile::SOAP version 0.78.";
+}
 
 build_requires  'Test::More';
 build_requires  'Test::MockObject';

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list