The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WorldCat::MARC::Record::Monkeypatch - Monkeypatch MARC::Record to add useful methods

VERSION

version 1.002

SYNOPSIS

use feature 'say';
use MARC::Record;
use WorldCat::MARC::Record::Monkeypatch;

my $marc_record = MARC::Record->new_from_marc21xml($xmlobj);
say $marc_record->oclc_number;

AUTHOR

Daniel Schmidt <danschmidt5189@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Daniel Schmidt.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.