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

..03-May-2022-

examples/H03-May-2022-5131

lib/Test/CPAN/H06-May-2015-1,005525

t/H06-May-2015-1,123912

ChangesH A D06-May-20155 KiB131105

INSTALLH A D06-May-20152.9 KiB11873

LICENSEH A D06-May-2015212 64

MANIFESTH A D06-May-2015803 4443

META.jsonH A D06-May-20151.9 KiB7166

META.ymlH A D06-May-20151.1 KiB4539

Makefile.PLH A D06-May-2015627 2818

READMEH A D06-May-20152.1 KiB8051

README

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