/[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 298 by dpavlin, Mon Dec 19 19:55:21 2005 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5    
6  use blib;  use blib;
   
7  use WebPAC::Input;  use WebPAC::Input;
 use base qw/WebPAC::Input/;  
8    
9  =head1 NAME  =head1 NAME
10    
# Line 14  WebPAC::Input::ISIS - support for CDS/IS Line 12  WebPAC::Input::ISIS - support for CDS/IS
12    
13  =head1 VERSION  =head1 VERSION
14    
15  Version 0.02  Version 0.03
16    
17  =cut  =cut
18    
19  our $VERSION = '0.02';  our $VERSION = '0.03';
20    
21    
22  =head1 SYNOPSIS  =head1 SYNOPSIS
# Line 40  Autoconfigure this module to use C<Bibli Line 38  Autoconfigure this module to use C<Bibli
38  sub init {  sub init {
39          my $self = shift;          my $self = shift;
40    
41          eval "use Biblio::Isis 0.13;";          eval "use Biblio::Isis;";
42          unless ($@) {          unless ($@) {
43                  $self->{have_biblio_isis} = 1                  $self->{have_biblio_isis} = 1
44          } else {          } else {

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

  ViewVC Help
Powered by ViewVC 1.1.26