The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 1.001

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.