[Opensrf-commits] r2163 - branches/rel_2_0/src/perl/lib (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jan 31 00:49:56 EST 2011


Author: dbs
Date: 2011-01-31 00:49:52 -0500 (Mon, 31 Jan 2011)
New Revision: 2163

Modified:
   branches/rel_2_0/src/perl/lib/OpenSRF.pm
Log:
Use an Exporter-approved version number (only one decimal place)


Modified: branches/rel_2_0/src/perl/lib/OpenSRF.pm
===================================================================
--- branches/rel_2_0/src/perl/lib/OpenSRF.pm	2011-01-31 05:49:10 UTC (rev 2162)
+++ branches/rel_2_0/src/perl/lib/OpenSRF.pm	2011-01-31 05:49:52 UTC (rev 2163)
@@ -18,14 +18,14 @@
 
 =cut
 
-our $VERSION = "2.0.0";
+our $VERSION = "2.00";
 
 =head1 METHODS
 
 =head2 AUTOLOAD
 
 Traps methods calls for methods that have not been defined so they
-don't propogate up the class hierarchy.
+don't propagate up the class hierarchy.
 
 =cut
 



More information about the opensrf-commits mailing list