New commits:
commit 89b15463033bb20a31791925ae518b99bb97a0c0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
module-pluggable: => 5.1
commit 0df345266acf86ebaee5e3ed62e594540fab287b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
template-toolkit: => 2.26
commit f9ecd2c74ff2f849c44e90b46e1c867194e18276
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
test-leaktrace: new spell, traces memory leaks
diff --git a/ChangeLog b/ChangeLog
index 4e9c468..29ad5b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
Sub::Exporter
* perl-cpan/list-allutils: new spell, combines List::Util and
List::MoreUtils in one bite-sized package
+ * perl-cpan/test-leaktrace: new spell, traces memory leaks
2015-05-02 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/archive-tar: spell deprecated, it's a part of perl now
diff --git a/perl-cpan/module-pluggable/BUILD
b/perl-cpan/module-pluggable/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/module-pluggable/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/module-pluggable/DETAILS
b/perl-cpan/module-pluggable/DETAILS
index f21253a..d19756a 100755
--- a/perl-cpan/module-pluggable/DETAILS
+++ b/perl-cpan/module-pluggable/DETAILS
@@ -1,13 +1,14 @@
SPELL=module-pluggable
- VERSION=3.8
- SOURCE="Module-Pluggable-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.cpan.org/authors/id/S/SI/SIMONW/${SOURCE}
-
SOURCE_HASH=sha512:57edf9986cd7f587ee89b81b69b7952affea6e4d92275d3dfb6fda22ade438f904ea0afee2813e3548ed4888100372c16f5783881d431c6f2e1da291eacb0aaa
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Module-Pluggable-${VERSION}"
-
WEB_SITE="http://search.cpan.org/search?query=Module-Pluggable&mode=all"
+ SPELLX=Module-Pluggable
+ VERSION=5.1
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SI/SIMONW/${SOURCE}
+
SOURCE_HASH=sha512:2ed43516ff18f50ac494f6365296f42e7dfc6704a2b01d3661ca00c295ee378184757cb03381400fba8bc5f2df06241f2ee9ecf930af4d498b042c68069a670b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Module-Pluggable/
LICENSE[0]=ART
ENTERED=20080702
- SHORT="Module::Pluggable - automatically give your module the
ability to have plugins"
+ SHORT="automatically give your module the ability to have plugins"
cat << EOF
Provides a simple but, hopefully, extensible way of having 'plugins' for your
odule. Obviously this isn't going to be the be all and end all of solutions
diff --git a/perl-cpan/module-pluggable/HISTORY
b/perl-cpan/module-pluggable/HISTORY
index 85868d4..0223947 100644
--- a/perl-cpan/module-pluggable/HISTORY
+++ b/perl-cpan/module-pluggable/HISTORY
@@ -1,3 +1,7 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.1; use SPELLX, PERL_CPAN_URL; updated
+ website, short description; quoting paths
+
2008-07-02 David Kowis <dkowis AT shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created