Test::YAML::Meta - Validation of the META.yml file in a distribution.


Test-YAML-Meta documentation Contained in the Test-YAML-Meta distribution.

Index


Code Index:

NAME

Top

Test::YAML::Meta - Validation of the META.yml file in a distribution.

DESCRIPTION

Top

This module has now been replaced by Test::CPAN::Meta::YAML. Please see that distribution for further details.

ABSTRACT

Top

A test module to validate a META.yml file.

BUGS, PATCHES & FIXES

Top

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 dependant upon their severity and my availablity. Should a fix not be forthcoming, please feel free to (politely) remind me.

SEE ALSO

Top

Test::CPAN::Meta::YAML.

DSLIP

Top

  b - Beta testing
  d - Developer
  p - Perl-only
  O - Object oriented
  p - Standard-Perl: user may choose between GPL and Artistic

AUTHOR

Top

Barbie, <barbie@cpan.org> for Miss Barbell Productions, http://www.missbarbell.co.uk

COPYRIGHT AND LICENSE

Top


Test-YAML-Meta documentation Contained in the Test-YAML-Meta distribution.

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__

#----------------------------------------------------------------------------