e1429326d0acbfeeaf4afe791fb6bf0d80ef9eb6
[idzebra-moved-to-github.git] / perl / lib / IDZebra / RetrievalRecord.pm
1 # $Id: RetrievalRecord.pm,v 1.1 2003-03-03 00:45:37 pop Exp $
2
3 # Zebra perl API header
4 # =============================================================================
5 package IDZebra::RetrievalRecord;
6
7 use strict;
8 use warnings;
9
10 BEGIN {
11     use IDZebra;
12     our $VERSION = do { my @r = (q$Revision: 1.1 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; 
13 }
14
15 # =============================================================================
16 # THIS IS Just the documentation, the real code is autogenerated by SWIG in
17 # IDZebra.pm
18 # =============================================================================
19 __END__
20
21 =head1 NAME
22
23 IDZebra::RetrievalRecord - Structure representing a retrieval record
24
25 =head1 SYNOPSIS
26
27 =head1 DESCRIPTION
28
29 =head1 PROPERTIES
30
31 =head1 COPYRIGHT
32
33 Fill in
34
35 =head1 AUTHOR
36
37 Peter Popovics, pop@technomat.hu
38
39 =head1 SEE ALSO
40
41 IDZebra, IDZebra::Session, IDZebra::Resultset, Zebra documentation
42
43 =cut
44
45 1;