[open-ils-commits] r7587 - trunk/Open-ILS/src/perlmods/OpenILS/WWW

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jul 27 11:38:48 EDT 2007


Author: miker
Date: 2007-07-27 11:37:27 -0400 (Fri, 27 Jul 2007)
New Revision: 7587

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:


Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2007-07-27 15:35:09 UTC (rev 7586)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2007-07-27 15:37:27 UTC (rev 7587)
@@ -24,6 +24,8 @@
 use OpenILS::WWW::SuperCat::Feed;
 use OpenSRF::Utils::Logger qw/$logger/;
 
+use MARC::Record;
+use MARC::File::XML;
 
 # set the bootstrap config when this module is loaded
 my ($bootstrap, $cstore, $supercat, $actor, $parser, $search, $xslt, $cn_browse_xslt, %browse_types);



More information about the open-ils-commits mailing list