summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 19:36:13 +0300
committerVlad Glagolev2015-05-03 19:36:13 +0300
commite480abc76401ba9d194c25b6412f20ee6fb91d0d (patch)
tree2d60c923501caa6f28161770028209fa474a6026
parent98e7f3eb344fc5b53c1c4ccf737b59afdc3266f2 (diff)
list-allutils: new spell, combines List::Util and List::MoreUtils in one bite-sized package
-rw-r--r--ChangeLog2
-rwxr-xr-xperl-cpan/list-allutils/DEPENDS2
-rwxr-xr-xperl-cpan/list-allutils/DETAILS18
-rw-r--r--perl-cpan/list-allutils/HISTORY2
4 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 113487fa22..4e9c468e3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2015-05-03 Vlad Glagolev <stealth@sourcemage.org>
* perl-cpan/exporter-tiny: new spell, exporter with the features of
Sub::Exporter
+ * perl-cpan/list-allutils: new spell, combines List::Util and
+ List::MoreUtils in one bite-sized package
2015-05-02 Vlad Glagolev <stealth@sourcemage.org>
* perl-cpan/archive-tar: spell deprecated, it's a part of perl now
diff --git a/perl-cpan/list-allutils/DEPENDS b/perl-cpan/list-allutils/DEPENDS
new file mode 100755
index 0000000000..6a2c08ec46
--- /dev/null
+++ b/perl-cpan/list-allutils/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends list-moreutils
diff --git a/perl-cpan/list-allutils/DETAILS b/perl-cpan/list-allutils/DETAILS
new file mode 100755
index 0000000000..d56a1d6ab8
--- /dev/null
+++ b/perl-cpan/list-allutils/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=list-allutils
+ SPELLX=List-AllUtils
+ VERSION=0.09
+ SOURCE="${SPELLX}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
+ SOURCE_HASH=sha512:a611536880abfeb3aadfab629a98115905f447ddb74f0e9cce9d3534366978e43a8bf566a742d352e5ac263d8bd4c32c96dd4f308fd36ebd7003eb0001f96727
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/List-AllUtils/
+ LICENSE[0]=ART
+ ENTERED=20150503
+ SHORT="combines List::Util and List::MoreUtils in one bite-sized package"
+cat << EOF
+Are you sick of trying to remember whether a particular helper is defined in
+List::Util or List::MoreUtils?
+
+I sure am. Now you don't have to remember. This module will export all of the
+functions that either of those two modules defines.
+EOF
diff --git a/perl-cpan/list-allutils/HISTORY b/perl-cpan/list-allutils/HISTORY
new file mode 100644
index 0000000000..496e7ab79b
--- /dev/null
+++ b/perl-cpan/list-allutils/HISTORY
@@ -0,0 +1,2 @@
+2015-05-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.09