Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8c2074578e69db1a9f8293c3734a7362e9c1439a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8c2074578e69db1a9f8293c3734a7362e9c1439a)
  • Date: Fri, 21 Jun 2019 02:40:17 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 9 ++++++
perl-cpan/class-method-modifiers/DEPENDS | 1
perl-cpan/class-method-modifiers/DETAILS | 32
++++++++++++++++++++++++
perl-cpan/class-method-modifiers/HISTORY | 2 +
perl-cpan/devel-globaldestruction/DEPENDS | 1
perl-cpan/devel-globaldestruction/DETAILS | 4 +--
perl-cpan/devel-globaldestruction/HISTORY | 4 +++
perl-cpan/moo/DEPENDS | 9 ++++++
perl-cpan/moo/DETAILS | 19 ++++++++++++++
perl-cpan/moo/HISTORY | 2 +
perl-cpan/perl-b-hooks-endofscope/DEPENDS | 4 +--
perl-cpan/perl-b-hooks-endofscope/HISTORY | 3 ++
perl-cpan/perl-sub-exporter-progressive/BUILD | 1
perl-cpan/perl-sub-exporter-progressive/DEPENDS | 1
perl-cpan/perl-sub-exporter-progressive/DETAILS | 24 ------------------
perl-cpan/perl-sub-exporter-progressive/HISTORY | 2 -
perl-cpan/strictures/BUILD | 3 ++
perl-cpan/strictures/DETAILS | 8 +++---
perl-cpan/strictures/HISTORY | 4 +++
perl-cpan/sub-exporter-progressive/DEPENDS | 4 ++-
perl-cpan/sub-exporter-progressive/DETAILS | 4 +--
perl-cpan/sub-exporter-progressive/HISTORY | 4 +++
perl-cpan/sub-exporter/DETAILS | 4 +--
perl-cpan/sub-exporter/HISTORY | 3 ++
perl-cpan/sub-quote/DEPENDS | 1
perl-cpan/sub-quote/DETAILS | 16 ++++++++++++
perl-cpan/sub-quote/HISTORY | 2 +
27 files changed, 128 insertions(+), 43 deletions(-)

New commits:
commit 8c2074578e69db1a9f8293c3734a7362e9c1439a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

moo: new spell, Minimalist Object Orientation (with Moose compatibility)

commit 9987171db67eb3d32d81a13dd0c1db65d5223479
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

strictures: => 2.000006

commit b99971ce874a6da5965a1bfecd70079ed3fe3772
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sub-quote: new spell, efficient generation of subroutines via string eval

commit ce82519852b71af5c4c771686a472449f94e8e5c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

devel-globaldestruction: => 0.14

commit 4a1fd7680ecc793ae35b40035279208e70c42ea4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sub-exporter-progressive: => 0.001013

commit bc998bdf3c7082431ee67432a1dad0ebc103dca5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sub-exporter: => 0.987

commit d9822221db3f55559fd57671bc95f946545c9849
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

class-method-modifiers: new spell, provides Moose-like method modifiers

commit 01fd8ee7fb851759c2b25b17f68983a9fbb0e11b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

perl-b-hooks-endofscope: corrected dependency for sub-exporter-progressive

commit cf5e8aa66c73655866c8ea31a07e68a30f3e9ad5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "perl-sub-exporter-progressive: new spell,
Sub::Exporter::Progressive - Only use Sub::Exporter if you need it"

This reverts commit a7e1b9444419a9e65cca142d04cfefe1dbb7db2f.

Conflicts:
ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 4d4143b..af5836b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * perl-cpan/class-method-modifiers: new spell, provides Moose-like
+ method modifiers
+ * perl-cpan/sub-quote: new spell, efficient generation of subroutines
+ via string eval
+ * perl-cpan/moo: new spell, Minimalist Object Orientation (with Moose
+ compatibility)
+
2019-06-18 Pavel Vinogradov <public AT sourcemage.org>
* mozilla.gpg: added subkey F1A6668FBB7D572E to
Mozilla Software Releases <release AT mozilla.com>
@@ -1123,7 +1131,6 @@
names of code references
* perl-cpan/perl-namespace-autoclean: new spell, namespace::autoclean
- Keep imports out of your namespace
* perl-cpan/perl-variable-magic: new spell, Variable::Magic -
Associate user-defined magic to variables from Perl.
- * perl-cpan/perl-sub-exporter-progressive: new spell,
Sub::Exporter::Progressive - Only use Sub::Exporter if you need it
* perl-cpan/perl-b-hooks-endofscope: new spell, B::Hooks::EndOfScope
- Execute code after a scope finished compilation
* perl-cpan/perl-eval-closure: new spell, Eval::Closure - safely
diff --git a/perl-cpan/class-method-modifiers/DEPENDS
b/perl-cpan/class-method-modifiers/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/class-method-modifiers/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/class-method-modifiers/DETAILS
b/perl-cpan/class-method-modifiers/DETAILS
new file mode 100755
index 0000000..7ad8d77
--- /dev/null
+++ b/perl-cpan/class-method-modifiers/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=class-method-modifiers
+ SPELLX=Class-Method-Modifiers
+ VERSION=2.12
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/E/ET/ETHER/${SOURCE}
+
SOURCE_HASH=sha512:18c7cdff214d39a475b116cc5e6dda043c31765bcdfa9a1fa7242ce61e42583c4981d41a43ba556fb5a057e0cfbd5e52dd60048ea7dfae0fec3618dc47876dd4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Class-Method-Modifiers/
+ LICENSE[0]=GPL
+ LICENSE[1]=ART
+ ENTERED=20190620
+ SHORT="provides Moose-like method modifiers"
+cat << EOF
+Method modifiers are a powerful feature from the CLOS (Common Lisp
+Object System) world. In its most basic form, a method modifier is just
+a method that calls $self->SUPER::foo(@_).
+
+Class::Method::Modifiers provides three modifiers: before, around, and
+after. "before" and "after" are run just before and after the method they
+modify, but can not really affect that original method. "around" is run in
+place of the original method, with a hook to easily call that original
+method.
+
+One clear benefit of using Class::Method::Modifiers is that you can
+define multiple modifiers in a single namespace. These separate modifiers
+don't need to know about each other. This makes top-down design easy.
+Have a base class that provides the skeleton methods of each operation,
+and have plugins modify those methods to flesh out the specifics.
+
+In short, Class::Method::Modifiers solves the problem of making sure you
+call $self->SUPER::foo(@_), and provides a cleaner interface for it.
+EOF
diff --git a/perl-cpan/class-method-modifiers/HISTORY
b/perl-cpan/class-method-modifiers/HISTORY
new file mode 100644
index 0000000..ca9c73d
--- /dev/null
+++ b/perl-cpan/class-method-modifiers/HISTORY
@@ -0,0 +1,2 @@
+2019-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 2.12
diff --git a/perl-cpan/devel-globaldestruction/DEPENDS
b/perl-cpan/devel-globaldestruction/DEPENDS
index 57747bd..c531308 100755
--- a/perl-cpan/devel-globaldestruction/DEPENDS
+++ b/perl-cpan/devel-globaldestruction/DEPENDS
@@ -1,3 +1,2 @@
depends perl &&
-depends extutils-cbuilder &&
depends sub-exporter-progressive
diff --git a/perl-cpan/devel-globaldestruction/DETAILS
b/perl-cpan/devel-globaldestruction/DETAILS
index 37e5913..754bc57 100755
--- a/perl-cpan/devel-globaldestruction/DETAILS
+++ b/perl-cpan/devel-globaldestruction/DETAILS
@@ -1,8 +1,8 @@
SPELL=devel-globaldestruction
- VERSION=0.11
+ VERSION=0.14
SOURCE="Devel-GlobalDestruction-${VERSION}.tar.gz"
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/${SOURCE}
-
SOURCE_HASH=sha512:06ab614785b2bac598b04dbe3e2bdf6c22b4771a7a3833fdf2f4e621e7389db2a79219ecf202f6d9268a5dd68e6e2e7a215c60e97a87bbe9774116b598f75fce
+
SOURCE_HASH=sha512:75c346feae98897fb202dea0295f0225bf3cac59f21915da5dd1cdcf845052f4f8bcd0362d357020fb0facb6358175112b3685860ca1c1f173421c7c6a54f45d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Devel-GlobalDestruction-${VERSION}"
WEB_SITE="http://search.cpan.org/~haarg/Devel-GlobalDestruction/";
LICENSE[0]=ART
diff --git a/perl-cpan/devel-globaldestruction/HISTORY
b/perl-cpan/devel-globaldestruction/HISTORY
index 1ac47f9..b2898ac 100644
--- a/perl-cpan/devel-globaldestruction/HISTORY
+++ b/perl-cpan/devel-globaldestruction/HISTORY
@@ -1,3 +1,7 @@
+2019-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.14
+ * DEPENDS: dropped unneeded dependency
+
2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fix WEB_SITE

diff --git a/perl-cpan/moo/DEPENDS b/perl-cpan/moo/DEPENDS
new file mode 100755
index 0000000..413a603
--- /dev/null
+++ b/perl-cpan/moo/DEPENDS
@@ -0,0 +1,9 @@
+depends perl &&
+depends module-runtime &&
+depends perl-role-tiny &&
+depends class-method-modifiers &&
+depends sub-exporter-progressive &&
+depends devel-globaldestruction &&
+depends sub-quote &&
+
+suggest_depends strictures "" "" "to enable FATAL warnings"
diff --git a/perl-cpan/moo/DETAILS b/perl-cpan/moo/DETAILS
new file mode 100755
index 0000000..d19de38
--- /dev/null
+++ b/perl-cpan/moo/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=moo
+ SPELLX=Moo
+ VERSION=2.003004
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/H/HA/HAARG/${SOURCE}
+
SOURCE_HASH=sha512:686996e4dd0238cff7483e4e06db5439660e390c67e65ace67c3fd0b05ade379a168d36ae649812c8a5e2b715eefea7cb17e5db323a0cd31b90667d8954eb38a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/FCGI-ProcManager/
+ LICENSE[0]=ART
+ ENTERED=20190620
+ SHORT="Minimalist Object Orientation (with Moose compatibility)"
+cat << EOF
+This module is an extremely light-weight, high-performance Moose
+replacement. It also avoids depending on any XS modules to allow
+simple deployments. The name Moo is based on the idea that it
+provides almost -but not quite- two thirds of Moose.
+
+Unlike Mouse this module does not aim at full Moose compatibility.
+EOF
diff --git a/perl-cpan/moo/HISTORY b/perl-cpan/moo/HISTORY
new file mode 100644
index 0000000..6cd1080
--- /dev/null
+++ b/perl-cpan/moo/HISTORY
@@ -0,0 +1,2 @@
+2019-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 2.003004
diff --git a/perl-cpan/perl-b-hooks-endofscope/DEPENDS
b/perl-cpan/perl-b-hooks-endofscope/DEPENDS
index 12c3aab..600c3ee 100755
--- a/perl-cpan/perl-b-hooks-endofscope/DEPENDS
+++ b/perl-cpan/perl-b-hooks-endofscope/DEPENDS
@@ -1,3 +1,3 @@
depends perl &&
- runtime_depends perl-variable-magic &&
- runtime_depends perl-sub-exporter-progressive
+runtime_depends perl-variable-magic &&
+runtime_depends sub-exporter-progressive
diff --git a/perl-cpan/perl-b-hooks-endofscope/HISTORY
b/perl-cpan/perl-b-hooks-endofscope/HISTORY
index 55c0a06..cc254ad 100644
--- a/perl-cpan/perl-b-hooks-endofscope/HISTORY
+++ b/perl-cpan/perl-b-hooks-endofscope/HISTORY
@@ -1,2 +1,5 @@
+2019-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected dependency for sub-exporter-progressive
+
2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: spell created
diff --git a/perl-cpan/perl-sub-exporter-progressive/BUILD
b/perl-cpan/perl-sub-exporter-progressive/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/perl-sub-exporter-progressive/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/perl-sub-exporter-progressive/DEPENDS
b/perl-cpan/perl-sub-exporter-progressive/DEPENDS
deleted file mode 100755
index 6826bc7..0000000
--- a/perl-cpan/perl-sub-exporter-progressive/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends perl
diff --git a/perl-cpan/perl-sub-exporter-progressive/DETAILS
b/perl-cpan/perl-sub-exporter-progressive/DETAILS
deleted file mode 100755
index c37b63c..0000000
--- a/perl-cpan/perl-sub-exporter-progressive/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- SPELL=perl-sub-exporter-progressive
- VERSION=0.001013
- SOURCE="Sub-Exporter-Progressive-$VERSION.tar.gz"
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/F/FR/FREW/$SOURCE
-
SOURCE_HASH=sha512:28d0ac6a380a4fc1515bd69320bcfd073c0c0e92ea34bb924972aa46fb2f6912485d686f0eca5d5b885d8b06927250dfaacd1a7ff86ba029f879a183cba546c4
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/Sub-Exporter-Progressive-$VERSION"
- WEB_SITE="http://search.cpan.org/~frew/Sub-Exporter-Progressive/";
- LICENSE[0]="ART"
- ENTERED=20180105
- KEYWORDS=""
- SHORT="Sub::Exporter::Progressive - Only use Sub::Exporter if you
need it"
-cat << EOF
-Sub::Exporter is an incredibly powerful module, but with that power comes
great
-responsibility, er- as well as some runtime penalties. This module is a
-Sub::Exporter wrapper that will let your users just use Exporter if all they
are
-doing is picking exports, but use Sub::Exporter if your users try to use
-Sub::Exporter's more advanced features, like renaming exports, if they try to
-use them.
-
-Note that this module will export @EXPORT, @EXPORT_OK and %EXPORT_TAGS
package
-variables for Exporter to work. Additionally, if your package uses advanced
-Sub::Exporter features like currying, this module will only ever use
-Sub::Exporter, so you might as well use it directly.
-EOF
diff --git a/perl-cpan/perl-sub-exporter-progressive/HISTORY
b/perl-cpan/perl-sub-exporter-progressive/HISTORY
deleted file mode 100644
index 55c0a06..0000000
--- a/perl-cpan/perl-sub-exporter-progressive/HISTORY
+++ /dev/null
@@ -1,2 +0,0 @@
-2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD, DEPENDS, DETAILS: spell created
diff --git a/perl-cpan/strictures/BUILD b/perl-cpan/strictures/BUILD
new file mode 100755
index 0000000..a6dce10
--- /dev/null
+++ b/perl-cpan/strictures/BUILD
@@ -0,0 +1,3 @@
+check_tmp_noexec /tmp &&
+default_build
+check_tmp_noexec /tmp
diff --git a/perl-cpan/strictures/DETAILS b/perl-cpan/strictures/DETAILS
index a0c3c3f..675be77 100755
--- a/perl-cpan/strictures/DETAILS
+++ b/perl-cpan/strictures/DETAILS
@@ -1,10 +1,10 @@
SPELL=strictures
- VERSION=1.004004
+ VERSION=2.000006
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/E/ET/ETHER/${SOURCE}
-
SOURCE_HASH=sha512:4baabbe85a6eee762b5743d0960d630d2d4604d43b1bce396841d8bb17f1809e016fde74072b36c9eda078fde0552258eff977c1d90bfbca1f50edf5e6a5613b
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/H/HA/HAARG/${SOURCE}
+
SOURCE_HASH=sha512:670857a491fa58b85b10ee3bb5c6b7be845798926327ff3a32a9b78cb86bbbb95bfcc358983ece766dc8ef19a1eae12091ec9d9a7fef6d3f5d44ee4f8c04b7d2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://search.cpan.org/~ether/strictures/";
+ WEB_SITE=http://search.cpan.org/dist/strictures/
LICENSE[0]=ART
ENTERED=20130622
SHORT="turn on strict and make all warnings fatal"
diff --git a/perl-cpan/strictures/HISTORY b/perl-cpan/strictures/HISTORY
index a34b0f6..b1d5dff 100644
--- a/perl-cpan/strictures/HISTORY
+++ b/perl-cpan/strictures/HISTORY
@@ -1,3 +1,7 @@
+2019-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.000006; updated website, source URL
+ * BUILD: fixed build by checking /tmp for noexec
+
2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fix WEB_SITE

diff --git a/perl-cpan/sub-exporter-progressive/DEPENDS
b/perl-cpan/sub-exporter-progressive/DEPENDS
index c1a1bc6..8ef3361 100755
--- a/perl-cpan/sub-exporter-progressive/DEPENDS
+++ b/perl-cpan/sub-exporter-progressive/DEPENDS
@@ -1 +1,3 @@
-depends perl
+depends perl &&
+
+runtime_depends sub-exporter
diff --git a/perl-cpan/sub-exporter-progressive/DETAILS
b/perl-cpan/sub-exporter-progressive/DETAILS
index d6d5009..20b2711 100755
--- a/perl-cpan/sub-exporter-progressive/DETAILS
+++ b/perl-cpan/sub-exporter-progressive/DETAILS
@@ -1,8 +1,8 @@
SPELL=sub-exporter-progressive
- VERSION=0.001010
+ VERSION=0.001013
SOURCE="Sub-Exporter-Progressive-${VERSION}.tar.gz"
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/F/FR/FREW/${SOURCE}
-
SOURCE_HASH=sha512:54a345b144adf96b79351c72f9dcdceeee4d9e09df930228281bfc5059bdad8f3b88723c1df1c7a21833414f58e4b334e46408796ee374661e583d93839201d3
+
SOURCE_HASH=sha512:28d0ac6a380a4fc1515bd69320bcfd073c0c0e92ea34bb924972aa46fb2f6912485d686f0eca5d5b885d8b06927250dfaacd1a7ff86ba029f879a183cba546c4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Sub-Exporter-Progressive-${VERSION}"
WEB_SITE="http://search.cpan.org/~frew/Sub-Exporter-Progressive/";
LICENSE[0]=ART
diff --git a/perl-cpan/sub-exporter-progressive/HISTORY
b/perl-cpan/sub-exporter-progressive/HISTORY
index 5a6a641..5b6c7e3 100644
--- a/perl-cpan/sub-exporter-progressive/HISTORY
+++ b/perl-cpan/sub-exporter-progressive/HISTORY
@@ -1,3 +1,7 @@
+2019-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.001013
+ * DEPENDS: added missing dependency
+
2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fix WEB_SITE

diff --git a/perl-cpan/sub-exporter/DETAILS b/perl-cpan/sub-exporter/DETAILS
index 45408a3..0ad95da 100755
--- a/perl-cpan/sub-exporter/DETAILS
+++ b/perl-cpan/sub-exporter/DETAILS
@@ -1,8 +1,8 @@
SPELL=sub-exporter
- VERSION=0.985
+ VERSION=0.987
SOURCE="Sub-Exporter-${VERSION}.tar.gz"
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RJ/RJBS/${SOURCE}
-
SOURCE_HASH=sha512:b8f4cebf5822fad13d8521ad98b5a330acfa5def3d105daf907faf35cfa7003fc0bad554746f629d255fe4e4c8d3390f965915a559e8fbc90515c93ca8de17ba
+
SOURCE_HASH=sha512:6b682d27a0df8ce971ea48aeca5162e1c70929c51cf27119b30361477876b0b86ecb15ab13a6c3cbe5bb85be9e600589fb9e3c9c4e94bad3fc05b675d293adad
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Sub-Exporter-${VERSION}"
WEB_SITE="http://search.cpan.org/~rjbs/Sub-Exporter/";
LICENSE[0]=ART
diff --git a/perl-cpan/sub-exporter/HISTORY b/perl-cpan/sub-exporter/HISTORY
index c4f584d..18b9123 100644
--- a/perl-cpan/sub-exporter/HISTORY
+++ b/perl-cpan/sub-exporter/HISTORY
@@ -1,3 +1,6 @@
+2019-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.987
+
2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fix WEB_SITE

diff --git a/perl-cpan/sub-quote/DEPENDS b/perl-cpan/sub-quote/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/sub-quote/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/sub-quote/DETAILS b/perl-cpan/sub-quote/DETAILS
new file mode 100755
index 0000000..4d0f452
--- /dev/null
+++ b/perl-cpan/sub-quote/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=sub-quote
+ SPELLX=Sub-Quote
+ VERSION=2.006003
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/H/HA/HAARG/${SOURCE}
+
SOURCE_HASH=sha512:d486556750fa8cf8152f86204ed2156ff33dd4ba467955c3f9621b67b68acb543f953eb1476297a85d3ee2bc9755072491ad9d34c33a496d5ba5828c687f6d83
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Sub-Quote/
+ LICENSE[0]=GPL
+ LICENSE[1]=ART
+ ENTERED=20190620
+ SHORT="efficient generation of subroutines via string eval"
+cat << EOF
+This package provides performant ways to generate subroutines from
+strings.
+EOF
diff --git a/perl-cpan/sub-quote/HISTORY b/perl-cpan/sub-quote/HISTORY
new file mode 100644
index 0000000..39bf263
--- /dev/null
+++ b/perl-cpan/sub-quote/HISTORY
@@ -0,0 +1,2 @@
+2019-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 2.006003



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8c2074578e69db1a9f8293c3734a7362e9c1439a), Vlad Glagolev, 06/20/2019

Archive powered by MHonArc 2.6.24.

Top of Page