From 94fd1ff4f3e0cf20a1d31c06a80a3df353d01c79 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 29 Aug 2008 17:02:22 +0000 Subject: [PATCH 1/1] typo on new object git-svn-id: svn://svn.open-ils.org/ILS/trunk@10479 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm index 9258681ca4..1e80ca6d00 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm @@ -4,7 +4,7 @@ use warnings; use bytes; use Apache2::Log; -use Apache2::Const -compile => qw(OK REDIRECT DECLINED NOT_FOUND :log); +use Apache2::Const -compile => qw(OK REDIRECT DECLINED NOT_FOUND FORBIDDEN :log); use APR::Const -compile => qw(:error SUCCESS); use APR::Table; @@ -66,7 +66,7 @@ sub spool_marc { my $data_fingerprint = md5_hex($data); - OpenSRF::Utils::Cache()->new->put_cache( + OpenSRF::Utils::Cache->new->put_cache( 'vandelay_import_spool_' . $data_fingerprint, { purpose => $purpose, marc => $data } ); -- 2.43.2