/[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 297 by dpavlin, Sun Dec 18 22:16:44 2005 UTC revision 298 by dpavlin, Mon Dec 19 19:55:21 2005 UTC
# Line 38  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.297  
changed lines
  Added in v.298

  ViewVC Help
Powered by ViewVC 1.1.26