[Lunar-commits] <moonbase-other> CPAN-Meta-Requirements: Adding to moonbase.
stumbles
stumbles at lunar-linux.org
Fri Apr 5 14:47:28 CEST 2013
commit cf5ee55ff04e5ee977ed9939e0c30520665e84a8
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 05 Apr 2013 05:47:09 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/cf5ee55ff04e5ee977ed9939e0c30520665e84a8
CPAN-Meta-Requirements: Adding to moonbase.
---
perl/CPAN-Meta-Requirements/BUILD | +6/-0
perl/CPAN-Meta-Requirements/DEPENDS | +1/-0
perl/CPAN-Meta-Requirements/DETAILS | +16/-0
3 files changed, 23 insertions(+)
--- /dev/null
+++ b/perl/CPAN-Meta-Requirements/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/perl/CPAN-Meta-Requirements/DEPENDS
@@ -0,0 +1 @@
+depends perl
--- /dev/null
+++ b/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
More information about the Lunar-commits
mailing list