summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 22:14:09 +0300
committerVlad Glagolev2015-05-03 22:14:09 +0300
commit89b15463033bb20a31791925ae518b99bb97a0c0 (patch)
tree6321678e8a8dbb588085a1f31ce3da13557d479e
parent0df345266acf86ebaee5e3ed62e594540fab287b (diff)
module-pluggable: => 5.1
-rwxr-xr-xperl-cpan/module-pluggable/BUILD1
-rwxr-xr-xperl-cpan/module-pluggable/DETAILS15
-rw-r--r--perl-cpan/module-pluggable/HISTORY4
3 files changed, 12 insertions, 8 deletions
diff --git a/perl-cpan/module-pluggable/BUILD b/perl-cpan/module-pluggable/BUILD
deleted file mode 100755
index 2de29cd903..0000000000
--- 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 f21253a699..d19756a5f9 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 85868d4030..0223947489 100644
--- a/perl-cpan/module-pluggable/HISTORY
+++ b/perl-cpan/module-pluggable/HISTORY
@@ -1,3 +1,7 @@
+2015-05-01 Vlad Glagolev <stealth@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@shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created