blob: fa66cd8f3b8e9fc59fab430e9c967a79d04434aa [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it."
2DESCRIPTION = "\"Sub::Exporter\" is an incredibly powerful module, but with \
3that power comes great responsibility, er- as well as some runtime penalties. \
4This 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 \
7features, like renaming exports, if they try to use them."
8
9SECTION = "libs"
10
11HOMEPAGE = "https://metacpan.org/pod/Sub-Exporter-Progressive/"
12
13LICENSE = "Artistic-1.0 | GPL-1.0+"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=003fa970662359a43ac2c2961108b0f1"
15
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016SRC_URI = "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz"
17SRC_URI[md5sum] = "72cf6acdd2a0a8b105821a4db98e4ebe"
18SRC_URI[sha256sum] = "d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056"
19
20S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}"
21
22inherit cpan
23
Patrick Williams213cb262021-08-07 19:21:33 -050024RDEPENDS:${PN} += " perl-module-carp \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025 perl-module-list-util \
26"
27
28BBCLASSEXTEND = "native"