Skip to content

Commit

Permalink
CPAN-Meta-Requirements: Adding to moonbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Apr 5, 2013
1 parent 6ca2649 commit cf5ee55
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions perl/CPAN-Meta-Requirements/BUILD
@@ -0,0 +1,6 @@
(

perl Makefile.PL &&
default_make

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions perl/CPAN-Meta-Requirements/DEPENDS
@@ -0,0 +1 @@
depends perl
16 changes: 16 additions & 0 deletions perl/CPAN-Meta-Requirements/DETAILS
@@ -0,0 +1,16 @@
MODULE=CPAN-Meta-Requirements
VERSION=2.122
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/
SOURCE_VFY=sha1:6587695c2dfb2ec2266880075abfa70c0c3dbdb1
WEB_SITE=http://search.cpan.org/~dagolden/CPAN-Meta-Requirements
ENTERED=20130405
UPDATED=20130405
SHORT="version requirements for a CPAN dist"

cat << EOF
A CPAN::Meta::Requirements object models a set of version constraints
like those specified in the META.yml or META.json files in CPAN
distributions. It can be built up by adding more and more constraints,
and it will reduce them to the simplest representation.
EOF

0 comments on commit cf5ee55

Please sign in to comment.