[open-ils-commits] r11820 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 13 17:49:04 EST 2009


Author: erickson
Date: 2009-01-13 17:48:58 -0500 (Tue, 13 Jan 2009)
New Revision: 11820

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
repaired package name

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2009-01-13 20:13:29 UTC (rev 11819)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2009-01-13 22:48:58 UTC (rev 11820)
@@ -8,7 +8,7 @@
 use OpenILS::Utils::PermitHold;
 use DateTime;
 use DateTime::Format::ISO8601;
-use OpenILS::Penalty;
+use OpenILS::Utils::Penalty;
 
 sub isTrue {
 	my $v = shift;



More information about the open-ils-commits mailing list