New commits:
commit db345f06c0440108696feb7cc111a6c458580a07
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
module-starter: create spell
diff --git a/ChangeLog b/ChangeLog
index d571ab3..c6003f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-07-18 Thomas Orgis <sobukus AT sourcemage.org>
+ * perl-cpan/module-starter: new spell, helper to start Perl modules
+
2012-07-15 Sukneet Basuta <sukneet AT sourcemage.org>
* net/howl: spell deprecated
[Replaced by avahi and no longer compiles for me.]
diff --git a/perl-cpan/module-starter/BUILD b/perl-cpan/module-starter/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/module-starter/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/module-starter/DEPENDS
b/perl-cpan/module-starter/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/module-starter/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/module-starter/DETAILS
b/perl-cpan/module-starter/DETAILS
new file mode 100755
index 0000000..9d81058
--- /dev/null
+++ b/perl-cpan/module-starter/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=module-starter
+ VERSION=1.58
+ SOURCE="Module-Starter-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/X/XS/XSAWYERX/${SOURCE}
+
SOURCE_HASH=sha512:436c7147196e1eb42145856efd81eec0347ecb5485d58f6a3e82d45f0d4e3da6fb4eb017e6c9af0c890bd7a3833e53d76552205fd62335f27b7e22f08c6b7e73
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Module-Starter-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~xsawyerx/Module-Starter/"
+ LICENSE[0]=ART
+ ENTERED=20120718
+ SHORT="a simple starter kit for any Perl module"
+cat << EOF
+Module::Starter is used to create a skeletal CPAN distribution, including
+basic builder scripts, tests, documentation, and module code. The
accompanying
+script module-starter is usually used to invoke that functionality.
+EOF
diff --git a/perl-cpan/module-starter/HISTORY
b/perl-cpan/module-starter/HISTORY
new file mode 100644
index 0000000..b14ddbf
--- /dev/null
+++ b/perl-cpan/module-starter/HISTORY
@@ -0,0 +1,3 @@
+2012-07-18 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (db345f06c0440108696feb7cc111a6c458580a07),
Thomas Orgis, 07/18/2012