summaryrefslogtreecommitdiffstats
path: root/perl-cpan
diff options
context:
space:
mode:
authorVlad Glagolev2019-06-21 02:38:06 +0000
committerVlad Glagolev2019-06-21 02:38:06 +0000
commitb99971ce874a6da5965a1bfecd70079ed3fe3772 (patch)
treedf7d0cd01f7be340ebad89a848f2025e99c1c62d /perl-cpan
parentce82519852b71af5c4c771686a472449f94e8e5c (diff)
sub-quote: new spell, efficient generation of subroutines via string eval
Diffstat (limited to 'perl-cpan')
-rwxr-xr-xperl-cpan/sub-quote/DEPENDS1
-rwxr-xr-xperl-cpan/sub-quote/DETAILS16
-rw-r--r--perl-cpan/sub-quote/HISTORY2
3 files changed, 19 insertions, 0 deletions
diff --git a/perl-cpan/sub-quote/DEPENDS b/perl-cpan/sub-quote/DEPENDS
new file mode 100755
index 0000000000..6826bc7952
--- /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 0000000000..4d0f452804
--- /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 0000000000..39bf263b49
--- /dev/null
+++ b/perl-cpan/sub-quote/HISTORY
@@ -0,0 +1,2 @@
+2019-06-20 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 2.006003