/[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 770 by dpavlin, Fri Nov 3 20:21:14 2006 UTC revision 774 by dpavlin, Fri Nov 3 20:56:21 2006 UTC
# Line 13  WebPAC::Input::ISIS - support for CDS/IS Line 13  WebPAC::Input::ISIS - support for CDS/IS
13    
14  =head1 VERSION  =head1 VERSION
15    
16  Version 0.08  Version 0.09
17    
18  =cut  =cut
19    
20  our $VERSION = '0.08';  our $VERSION = '0.09';
21    
22    
23  =head1 SYNOPSIS  =head1 SYNOPSIS
# Line 108  sub fetch_rec { Line 108  sub fetch_rec {
108          return $rec;          return $rec;
109  }  }
110    
111  =head2 dump_rec  =head2 dump_ascii
112    
113  Return dump of record ID C<$mfn> from database  Return dump of record ID C<$mfn> from database
114    
115    my $rec = $isis->dump_rec( $mfn );    my $rec = $isis->dump_ascii( $mfn );
116    
117  =cut  =cut
118    
119  sub dump_rec {  sub dump_ascii {
120          my $self = shift;          my $self = shift;
121    
122          my $mfn = shift;          my $mfn = shift;

Legend:
Removed from v.770  
changed lines
  Added in v.774

  ViewVC Help
Powered by ViewVC 1.1.26