Changeset 8079 for trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
- Timestamp:
- 11/16/07 21:08:27 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
r7796 r8079 12 12 use Apache2::RequestUtil; 13 13 use Data::Dumper; 14 use UNIVERSAL::require; 14 15 15 16 use OpenSRF::EX qw(:try); … … 62 63 $logger->debug("Attempting to load Added Content handler: $ac_handler"); 63 64 64 eval "use $ac_handler";65 $ac_handler->use; 65 66 66 67 if($@) {
