/[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 824 by dpavlin, Fri Nov 3 20:56:21 2006 UTC revision 825 by dpavlin, Fri May 18 21:41:19 2007 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5    
6  use WebPAC::Input;  use WebPAC::Input;
7  use Biblio::Isis 0.23;  use Biblio::Isis;
8  use base qw/WebPAC::Common/;  use base qw/WebPAC::Common/;
9    
10  =head1 NAME  =head1 NAME
# Line 72  sub new { Line 72  sub new {
72                  isisdb => $arg->{path},                  isisdb => $arg->{path},
73                  include_deleted => 1,                  include_deleted => 1,
74                  hash_filter => $arg->{filter} ? sub { return $arg->{filter}->(@_); } : undef,                  hash_filter => $arg->{filter} ? sub { return $arg->{filter}->(@_); } : undef,
75                    ignore_empty_subfields => 1,
76          ) or $log->logdie("can't find database $arg->{path}");          ) or $log->logdie("can't find database $arg->{path}");
77    
78          $self->{_isis_db} = $isis_db;          $self->{_isis_db} = $isis_db;

Legend:
Removed from v.824  
changed lines
  Added in v.825

  ViewVC Help
Powered by ViewVC 1.1.26