diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 21:30:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 21:30:20 +0000 |
commit | 1ba5dd7058e961ef881e15eb6abe20e7ab7e363c (patch) | |
tree | 4ae6ba4d386560eca52c1425f8cc60ed0d0a0cbc /devel/p5-CPAN-Meta/DESCR | |
parent | 213dad73e0ad042c37870bc87cac11c35809de81 (diff) | |
download | pkgsrc-1ba5dd7058e961ef881e15eb6abe20e7ab7e363c.tar.gz |
Initial import of CPAN-Meta-2.112150.
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.
Diffstat (limited to 'devel/p5-CPAN-Meta/DESCR')
-rw-r--r-- | devel/p5-CPAN-Meta/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-CPAN-Meta/DESCR b/devel/p5-CPAN-Meta/DESCR new file mode 100644 index 00000000000..aaf79fbecca --- /dev/null +++ b/devel/p5-CPAN-Meta/DESCR @@ -0,0 +1,9 @@ +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. |