diff options
Diffstat (limited to 'devel/p5-CPAN-Meta/pkg-descr')
-rw-r--r-- | devel/p5-CPAN-Meta/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-CPAN-Meta/pkg-descr b/devel/p5-CPAN-Meta/pkg-descr new file mode 100644 index 00000000000..a5f67670b05 --- /dev/null +++ b/devel/p5-CPAN-Meta/pkg-descr @@ -0,0 +1,11 @@ +Software distributions released to the CPAN include a META.json or, +for older distributions, META.yml, which describes the distribution, +its contents, and the requirements for building and installing the +distribution. The data structure stored in the META.json file is +described in CPAN::Meta::Spec. + +CPAN::Meta provides a simple class to represent this distribution +metadata (or distmeta), along with some helpful methods for +interrogating that data. + +WWW: http://search.cpan.org/dist/CPAN-Meta/ |