NAME
MARC::Moose::Writer::File - File record writer
VERSION
version 0.020
DESCRIPTION
Override MARC::Moose::Writer. Write record into a file.
ATTRIBUTES
file
Name of the file into which writing MARC::Moose::Record records using write method. Before writing into the file, record is formatted using a formater.
binmode
Binmode of the result file. Example:
my $writer = MARC::Moose::Writer::File->new(
binmode => 'utf8',
file => 'output.iso2709',
formater => MARC::Moose::Formater::Iso2709->new() );
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.