[open-ils-commits] r17307 - trunk/Open-ILS/src/perlmods/OpenILS/Utils (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Aug 23 10:50:41 EDT 2010


Author: erickson
Date: 2010-08-23 10:50:39 -0400 (Mon, 23 Aug 2010)
New Revision: 17307

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Utils/MFHD.pm
Log:
perl 5.8 requires quotes around the version #

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Utils/MFHD.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Utils/MFHD.pm	2010-08-23 13:54:17 UTC (rev 17306)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Utils/MFHD.pm	2010-08-23 14:50:39 UTC (rev 17307)
@@ -8,7 +8,7 @@
 
 # for inherited methods to work properly, we need to force a
 # MARC::Record version greater than 2.0.0
-use MARC::Record 2.0.1;
+use MARC::Record "2.0.1";
 use base 'MARC::Record';
 
 use OpenILS::Utils::MFHD::Caption;



More information about the open-ils-commits mailing list