I forgot to export functions from Utility.pm
authorJean-André Santoni <jeanandre.santoni@biblibre.com>
Fri, 12 Jun 2009 09:33:00 +0000 (11:33 +0200)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 6 Sep 2009 17:41:25 +0000 (13:41 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/ILSDI/Utility.pm

index b6a167f..995b3b3 100644 (file)
@@ -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