diff options
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | META.yml | 2 | ||||
-rw-r--r-- | Soma.pm | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ Revision history for Perl extension Net::Soma +0.02 Thu Nov 20 23:52:50 EST 2008 + -debugging cruft removal + 0.01 Fri Nov 14 04:12:39 EST 2008 -original version; created by jeff @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Net-Soma -version: 0.01 +version: 0.02 version_from: Soma.pm installdirs: site requires: @@ -5,7 +5,7 @@ use vars qw($DEBUG $VERSION @uris $AUTOLOAD %schemas); use SOAP::Lite 0.71 #+trace => debug, objects ; -$VERSION = '0.01'; +$VERSION = '0.02'; $DEBUG = 0; |