[Opensrf-commits] r2025 - branches/rel_1_6/src/perl/lib (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 16 10:24:32 EDT 2010


Author: dbs
Date: 2010-09-16 10:24:30 -0400 (Thu, 16 Sep 2010)
New Revision: 2025

Modified:
   branches/rel_1_6/src/perl/lib/OpenSRF.pm
Log:
$VERSION in Perl modules needs to be quoted to avoid breakage

We stamp releases when they're rolled, but having it quoted in SVN
will help as a reminder at release time.


Modified: branches/rel_1_6/src/perl/lib/OpenSRF.pm
===================================================================
--- branches/rel_1_6/src/perl/lib/OpenSRF.pm	2010-09-13 15:44:11 UTC (rev 2024)
+++ branches/rel_1_6/src/perl/lib/OpenSRF.pm	2010-09-16 14:24:30 UTC (rev 2025)
@@ -18,7 +18,7 @@
 
 =cut
 
-our $VERSION = 1.6.0;
+our $VERSION = "1.6.0";
 
 =head1 METHODS
 



More information about the opensrf-commits mailing list