/usr/share/perl5/Catmandu/MODS.pm is in libcatmandu-mods-perl 0.31-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | package Catmandu::MODS;
use strict;
use warnings;
our $VERSION = "0.31";
1;
__END__
=head1 NAME
Catmandu::MODS - Catmandu modules for working with MODS records
=head1 MODULES
=over
=item
L<Catmandu::Importer::MODS>
=back
=head1 CONTRIBUTORS
=over
=item Nicolas Franck
=item Jakob Voss
=back
=head1 COPYRIGHT
Copyright 2013- Nicolas Franck
=head1 LICENSE
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
=head1 SEE ALSO
L<MODS::Record>, L<Catmandu::XML>
MODS is specified and described at the Library of Congress:
L<http://www.loc.gov/standards/mods/>
=cut
|