From: jeff Date: Fri, 21 Nov 2008 04:54:32 +0000 (+0000) Subject: debugging cruft removal X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-Soma.git;a=commitdiff_plain;h=0ae4565bdc199c86ec1d7d5a086695ae7a5a1e20 debugging cruft removal --- diff --git a/Changes b/Changes index e0390ed..5b654b0 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/META.yml b/META.yml index a836aeb..ba43966 100644 --- a/META.yml +++ b/META.yml @@ -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: diff --git a/Soma.pm b/Soma.pm index 90751e0..bb84574 100644 --- a/Soma.pm +++ b/Soma.pm @@ -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;