summaryrefslogtreecommitdiffstats
path: root/perl-cpan
diff options
context:
space:
mode:
authorVlad Glagolev2019-06-21 01:55:26 +0000
committerVlad Glagolev2019-06-21 01:55:26 +0000
commitcf5e8aa66c73655866c8ea31a07e68a30f3e9ad5 (patch)
treecff82d84fe4b590346ebce1cb7c77ee34a19b642 /perl-cpan
parent8ef06da7ebfff3d51097bb882d16e13c8bc66817 (diff)
Revert "perl-sub-exporter-progressive: new spell, Sub::Exporter::Progressive - Only use Sub::Exporter if you need it"
This reverts commit a7e1b9444419a9e65cca142d04cfefe1dbb7db2f. Conflicts: ChangeLog
Diffstat (limited to 'perl-cpan')
-rwxr-xr-xperl-cpan/perl-sub-exporter-progressive/BUILD1
-rwxr-xr-xperl-cpan/perl-sub-exporter-progressive/DEPENDS1
-rwxr-xr-xperl-cpan/perl-sub-exporter-progressive/DETAILS24
-rw-r--r--perl-cpan/perl-sub-exporter-progressive/HISTORY2
4 files changed, 0 insertions, 28 deletions
diff --git a/perl-cpan/perl-sub-exporter-progressive/BUILD b/perl-cpan/perl-sub-exporter-progressive/BUILD
deleted file mode 100755
index 2de29cd903..0000000000
--- 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 6826bc7952..0000000000
--- 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 c37b63c2f4..0000000000
--- 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 55c0a0602f..0000000000
--- a/perl-cpan/perl-sub-exporter-progressive/HISTORY
+++ /dev/null
@@ -1,2 +0,0 @@
-2018-01-05 Ismael Luceno <ismael@sourcemage.org>
- * BUILD, DEPENDS, DETAILS: spell created