MARC::Moose::Writer - A Moose::Role to write somewhere MARC::Moose records
version 1.0.46
A MARC::Moose::Formater to be used to format records to write. By defaut, it's a MARC::Moose::Formater::Text formater.
A file handle to which writing records. This can be a string with:
open my $fh, ">", \$str;
Method to be call before beginning writing record with write method. By default, this is just a call to the formater begin method.
begin
Method to be call at the end of the writing process, afet the last record has been written, the last call to write. By default, this is just a call to the formater end method.
end
Write MARC::Moose::Record $record into whatever data stream, a file, a socket, etc. It uses the formater to format the record. In this base class, the record is printed on STDOUT.
Frédéric Demians <f.demians@tamil.fr>
This software is copyright (c) 2022 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.
To install MARC::Moose, copy and paste the appropriate command in to your terminal.
cpanm
cpanm MARC::Moose
CPAN shell
perl -MCPAN -e shell install MARC::Moose
For more information on module installation, please visit the detailed CPAN module installation guide.