X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perl%2Flib%2FIDZebra%2FRetrievalRecord.pm;h=294fae5887fae78e3c60958eda669257789d7765;hb=c45742c694d4fa704d4282ada62c7f46c69fea88;hp=efbf90695c484610aed0fe82cce0defbd990e358;hpb=7c4bb1a2e1e0ed1748e7a443d81af618530f44a6;p=idzebra-moved-to-github.git diff --git a/perl/lib/IDZebra/RetrievalRecord.pm b/perl/lib/IDZebra/RetrievalRecord.pm index efbf906..294fae5 100644 --- a/perl/lib/IDZebra/RetrievalRecord.pm +++ b/perl/lib/IDZebra/RetrievalRecord.pm @@ -1,4 +1,4 @@ -# $Id: RetrievalRecord.pm,v 1.2 2003-03-03 12:14:27 pop Exp $ +# $Id: RetrievalRecord.pm,v 1.3 2003-03-05 13:55:22 pop Exp $ # # Zebra perl API header # ============================================================================= @@ -9,7 +9,7 @@ use warnings; BEGIN { use IDZebra; - our $VERSION = do { my @r = (q$Revision: 1.2 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; + our $VERSION = do { my @r = (q$Revision: 1.3 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; } 1; @@ -105,7 +105,7 @@ Peter Popovics, pop@technomat.hu =head1 SEE ALSO -IDZebra, IDZebra::Session, IDZebra::Resultset, Zebra documentation +Zebra documentation, IDZebra::Session, IDZebra::ResultSet manpages. =cut