Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it." |
| 2 | DESCRIPTION = "\"Sub::Exporter\" is an incredibly powerful module, but with \ |
| 3 | that power comes great responsibility, er- as well as some runtime penalties. \ |
| 4 | This module is a \"Sub::Exporter\" wrapper that will let your users just use \ |
| 5 | \"Exporter\" if all they are doing is picking exports, but use \ |
| 6 | \"Sub::Exporter\" if your users try to use \"Sub::Exporter's\" more advanced \ |
| 7 | features, like renaming exports, if they try to use them." |
| 8 | |
| 9 | SECTION = "libs" |
| 10 | |
| 11 | HOMEPAGE = "https://metacpan.org/pod/Sub-Exporter-Progressive/" |
| 12 | |
| 13 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=003fa970662359a43ac2c2961108b0f1" |
| 15 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz" |
| 17 | SRC_URI[md5sum] = "72cf6acdd2a0a8b105821a4db98e4ebe" |
| 18 | SRC_URI[sha256sum] = "d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056" |
| 19 | |
| 20 | S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}" |
| 21 | |
| 22 | inherit cpan |
| 23 | |
| 24 | RDEPENDS_${PN} += " perl-module-carp \ |
| 25 | perl-module-list-util \ |
| 26 | " |
| 27 | |
| 28 | BBCLASSEXTEND = "native" |