debugging cruft removal master
authorjeff <jeff>
Fri, 21 Nov 2008 04:54:32 +0000 (04:54 +0000)
committerjeff <jeff>
Fri, 21 Nov 2008 04:54:32 +0000 (04:54 +0000)
Changes
META.yml
Soma.pm

diff --git a/Changes b/Changes
index e0390ed..5b654b0 100644 (file)
--- 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
index a836aeb..ba43966 100644 (file)
--- 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 (file)
--- 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;