summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--META.yml2
-rw-r--r--Soma.pm2
3 files changed, 5 insertions, 2 deletions
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;