another swiping API change: input->dump is gone, replaced
[webpac2] / lib / WebPAC / Input / MARC.pm
index 691d380..a0ca958 100644 (file)
@@ -12,11 +12,11 @@ WebPAC::Input::MARC - support for MARC database files
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 
 =head1 SYNOPSIS
@@ -88,17 +88,17 @@ sub fetch_rec {
        }
 }
 
-=head2 dump_rec
+=head2 dump_ascii
 
-Return dump of record with ID C<$mfn> from database
+Return ASCII dump of record with ID C<$mfn> from database
 
-  my $rec = $self->fetch_rec( $mfn );
+  print $self->dump_ascii( $mfn );
 
 }
 
 =cut
 
-sub dump_rec {
+sub dump_ascii {
        my $self = shift;
 
        my $mfn = shift;