pod fixes
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 27 Nov 2007 21:01:44 +0000 (21:01 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 27 Nov 2007 21:01:44 +0000 (21:01 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1063 07558da8-63fa-0310-ba24-9fe276d99e06

lib/WebPAC/Input/MARC.pm
lib/WebPAC/Input/PDF.pm
lib/WebPAC/Manual.pod

index da1ae31..afac35a 100644 (file)
@@ -71,8 +71,6 @@ Return record with ID C<$mfn> from database
 
   my $rec = $self->fetch_rec( $mfn );
 
-}
-
 =cut
 
 sub fetch_rec {
@@ -97,8 +95,6 @@ Return ASCII dump of record with ID C<$mfn> from database
 
   print $self->dump_ascii( $mfn );
 
-}
-
 =cut
 
 sub dump_ascii {
index 8cba888..d981cbe 100644 (file)
@@ -17,7 +17,7 @@ WebPAC::Input::PDF - try to parse PDF tabular data
 
 =head1 SYNOPSIS
 
-Open PBF file in PDF export fromat
+Open PDF file 
 
  my $input = new WebPAC::Input::PDF(
        path => '/path/to/file.pdf',
@@ -193,9 +193,6 @@ sub size {
        return $#{$self->{_lines}} + 1;
 }
 
-=head1 SEE ALSO
-
-L<http://isibasic.com/help/helpprn.html> is only sane source of document format which Google could find...
  
 =head1 AUTHOR
 
index 73297cd..0588cb8 100644 (file)
@@ -43,7 +43,7 @@ WebPAC supports various input formats:
 
 =item L<WebPAC::Input::DBF> support legacy tables (e.g. Clipper)
 
-=item L<WebPAC::Input::Gutemberg> for RDF catalog data from Project Gutenberg
+=item L<WebPAC::Input::Gutenberg> for RDF catalog data from Project Gutenberg
 
 =back