/usr/share/perl5/Test/YAML/Meta.pm is in libtest-yaml-meta-perl 0.19-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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | package Test::YAML::Meta;
use warnings;
use strict;
use vars qw($VERSION);
$VERSION = '0.19';
#############################################################################
#Library Modules #
#############################################################################
use base 'Test::CPAN::Meta::YAML';
q( Currently Listening To: Paul Menel - "The Nurse" from 'Three Sides To Every Story');
__END__
#----------------------------------------------------------------------------
=head1 NAME
Test::YAML::Meta - Validation of the META.yml file in a distribution.
=head1 DESCRIPTION
This module has now been replaced by L<Test::CPAN::Meta::YAML>. Please see
that distribution for further details.
=head1 ABSTRACT
A test module to validate a META.yml file.
=head1 BUGS, PATCHES & FIXES
There are no known bugs at the time of this release. However, if you spot a
bug or are experiencing difficulties that are not explained within the POD
documentation, please send an email to barbie@cpan.org or submit a bug to the
RT system (http://rt.cpan.org/Public/Dist/Display.html?Name=Test-YAML-Meta).
However, it would help greatly if you are able to pinpoint problems or even
supply a patch.
Fixes are dependent upon their severity and my availability. Should a fix not
be forthcoming, please feel free to (politely) remind me.
=head1 SEE ALSO
L<Test::CPAN::Meta::YAML>.
=head1 DSLIP
b - Beta testing
d - Developer
p - Perl-only
O - Object oriented
p - Standard-Perl: user may choose between GPL and Artistic
=head1 AUTHOR
Barbie, <barbie@cpan.org>
for Miss Barbell Productions, L<http://www.missbarbell.co.uk>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2009-2011 Barbie for Miss Barbell Productions
This module is free software; you can redistribute it and/or
modify it under the Artistic Licence v2.
=cut
|