From: jeff Date: Fri, 14 Mar 2008 17:15:44 +0000 (+0000) Subject: insist on 0.71 X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-Prizm.git;a=commitdiff_plain;h=HEAD insist on 0.71 --- diff --git a/META.yml b/META.yml index 181611b..114cbcc 100644 --- a/META.yml +++ b/META.yml @@ -1,11 +1,11 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Net-Prizm -version: 0.03 +version: 0.04 version_from: lib/Net/Prizm.pm installdirs: site requires: - SOAP::Lite: 0.69 + SOAP::Lite: 0.71 distribution_type: module generated_by: ExtUtils::MakeMaker version 6.17 diff --git a/lib/Net/Prizm.pm b/lib/Net/Prizm.pm index 6312f16..703f2c7 100644 --- a/lib/Net/Prizm.pm +++ b/lib/Net/Prizm.pm @@ -2,7 +2,7 @@ package Net::Prizm; use strict; use vars qw($DEBUG $VERSION @uris %services $AUTOLOAD %schemas); -use SOAP::Lite; +use SOAP::Lite 0.71; $VERSION = '0.04';