• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-5131

lib/Test/CPAN/Meta/H06-May-2015-1,012520

t/H06-May-2015-1,077865

ChangesH A D06-May-20154.5 KiB12397

INSTALLH A D06-May-20153 KiB11973

LICENSEH A D06-May-2015218 74

MANIFESTH A D06-May-2015740 4241

META.jsonH A D06-May-20152 KiB7671

META.ymlH A D06-May-20151.2 KiB4741

Makefile.PLH A D06-May-2015638 2818

READMEH A D06-May-20152.1 KiB7849

README

1Test::CPAN::Meta::YAML
2======================
3
4DESCRIPTION
5
6Validation of the META.yml file in a distribution.
7
8This module was written to ensure that a META.yml file, provided with a
9standard distribution uploaded to CPAN, meets the specifications that slowly
10being introduced to module uploads, via the use of ExtUtils::MakeMaker,
11Module::Build and Module::Install.
12
13Current CPAN META Specification, 2.0, was finally approved in April 2010,
14which forms the basis for the contents of a META.json file. The full
15specification is now included with the CPAN-Meta distribution.
16
17http://search.cpan.org/perldoc?CPAN::Meta
18
19DEPENDENCIES
20
21The distribution requires the following modules:
22
23  Test::Builder       >= 0
24  Test::YAML::Valid   >= 0.03
25
26For testing purposes, the following modules are required:
27
28  Test::More          >= 0.47
29
30For testing purposes, the following modules are desireable, but not essential:
31
32  Test::Pod           >= 1.00
33  Test::Pod::Coverage >= 0.08
34  Pod::Coverage
35
36INSTALLATION
37
38To install this module type the following:
39
40 perl Makefile.PL
41 make
42 make test
43 make install
44
45For more detailed installation instructions, see INSTALL.
46
47USAGE
48
49Read the pod documentation in the distribution files.
50
51CHANGES
52
53For a complete list of changes, see the Changes file.
54
55SUPPORT
56
57There are no known bugs at the time of this release. However, if you spot a
58bug or are experiencing difficulties that are not explained within the POD
59documentation, please send an email to barbie@cpan.org or submit a bug to the
60RT system (http://rt.cpan.org/Public/Dist/Display.html?Name=Test-CPAN-Meta-YAML).
61However, it would help greatly if you are able to pinpoint problems or even
62supply a patch.
63
64Fixes are dependent upon their severity and my availability. Should a fix not
65be forthcoming, please feel free to (politely) remind me.
66
67AUTHOR
68
69Barbie <barbie@cpan.org>
70for Miss Barbell Productions http://www.missbarbell.co.uk.
71
72COPYRIGHT AND LICENSE
73
74  Copyright (C) 2007-2015 Barbie for Miss Barbell Productions
75
76  This distribution is free software; you can redistribute it and/or
77  modify it under the Artistic Licence v2.
78