/[webpac2]/trunk/lib/WebPAC/Input/ISIS.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Input/ISIS.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 285 by dpavlin, Sun Dec 18 21:06:39 2005 UTC revision 286 by dpavlin, Sun Dec 18 21:06:46 2005 UTC
# Line 3  package WebPAC::Input::ISIS; Line 3  package WebPAC::Input::ISIS;
3  use warnings;  use warnings;
4  use strict;  use strict;
5    
6  use blib;  require Exporter;
7    use vars qw/@ISA @EXPORT/;
8    @ISA = qw/Exporter/;
9    @EXPORT = qw/init open_db fetch_rec/;
10    
11    use blib;
12  use WebPAC::Input;  use WebPAC::Input;
13  use base qw/WebPAC::Input/;  #use base qw/WebPAC::Input/;
14    
15  =head1 NAME  =head1 NAME
16    
# Line 14  WebPAC::Input::ISIS - support for CDS/IS Line 18  WebPAC::Input::ISIS - support for CDS/IS
18    
19  =head1 VERSION  =head1 VERSION
20    
21  Version 0.02  Version 0.03
22    
23  =cut  =cut
24    
25  our $VERSION = '0.02';  our $VERSION = '0.03';
26    
27    
28  =head1 SYNOPSIS  =head1 SYNOPSIS

Legend:
Removed from v.285  
changed lines
  Added in v.286

  ViewVC Help
Powered by ViewVC 1.1.26