--- trunk/lib/WebPAC/Input/ISIS.pm 2005/12/18 21:06:39 285 +++ trunk/lib/WebPAC/Input/ISIS.pm 2005/12/18 21:06:46 286 @@ -3,10 +3,14 @@ use warnings; use strict; -use blib; +require Exporter; +use vars qw/@ISA @EXPORT/; +@ISA = qw/Exporter/; +@EXPORT = qw/init open_db fetch_rec/; +use blib; use WebPAC::Input; -use base qw/WebPAC::Input/; +#use base qw/WebPAC::Input/; =head1 NAME @@ -14,11 +18,11 @@ =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; =head1 SYNOPSIS