[Opensrf-commits] r2162 - trunk/src/perl/lib (dbs)

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


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

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


Modified: trunk/src/perl/lib/OpenSRF.pm
===================================================================
--- trunk/src/perl/lib/OpenSRF.pm	2011-01-31 05:39:24 UTC (rev 2161)
+++ trunk/src/perl/lib/OpenSRF.pm	2011-01-31 05:49:10 UTC (rev 2162)
@@ -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