From e35abadbbfd87bb61c8670bc8e4e9b04f8c21366 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Andr=C3=A9=20Santoni?= Date: Fri, 12 Jun 2009 11:33:00 +0200 Subject: [PATCH] I forgot to export functions from Utility.pm Signed-off-by: Galen Charlton --- C4/ILSDI/Utility.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/C4/ILSDI/Utility.pm b/C4/ILSDI/Utility.pm index b6a167fd41..995b3b3f7f 100644 --- a/C4/ILSDI/Utility.pm +++ b/C4/ILSDI/Utility.pm @@ -25,6 +25,18 @@ use C4::Reserves; use C4::Context; use Digest::MD5 qw(md5_base64); +use vars qw($VERSION @ISA @EXPORT); + +BEGIN { + # set the version for version checking + $VERSION = 3.00; + require Exporter; + @ISA = qw(Exporter); + @EXPORT = qw( + &BorrowerExists &CanBookBeReserved &Availability + ); +} + =head1 NAME C4::ILS-DI::Utility - ILS-DI Utilities -- 2.39.2