NAME
MARC::Moose::Reader - Base class for a reader returning MARC::Moose records
VERSION
version 0.021
ATTRIBUTES
count
Number of records that have been read with read method.
parser
MARC::Moose::Parser parser used to parse record that have been read.
fh
A file handle from which reading records. This can be a string with:
open my $fh, "<", \*str;
METHODS
read
Read one MARC::Moose::Record record from the underlying data stream, and return it. This base class return 1.
AUTHOR
Frédéric Demians <f.demians@tamil.fr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Frédéric Demians.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.