import p5-Exporter-Tiny 0.042

OK benoit@ sthen@

exporter with the features of Sub::Exporter

Exporter::Tiny supports many of Sub::Exporter's external-facing
features including renaming imported functions with the -as, -prefix
and -suffix options; explicit destinations with the into option;
and alternative installers with the installler option.  But it's
written in only about 40% as many lines of code and with zero
non-core dependencies.
This commit is contained in:
bluhm 2015-04-23 18:35:44 +00:00
parent f497de206c
commit 86539c17b2
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/23 18:35:44 bluhm Exp $
COMMENT = exporter with the features of Sub::Exporter
DISTNAME = Exporter-Tiny-0.042
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl_5
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Fatal \
devel/p5-Test-Warnings
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Exporter-Tiny-0.042.tar.gz) = jxYixeu/vNUZ6tgd95F+SMsWzFJ7HEZzewRZw5CKAj8=
SIZE (Exporter-Tiny-0.042.tar.gz) = 32173

View File

@ -0,0 +1,6 @@
Exporter::Tiny supports many of Sub::Exporter's external-facing
features including renaming imported functions with the -as, -prefix
and -suffix options; explicit destinations with the into option;
and alternative installers with the installler option. But it's
written in only about 40% as many lines of code and with zero
non-core dependencies.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/04/23 18:35:44 bluhm Exp $
${P5SITE}/Exporter/
${P5SITE}/Exporter/Shiny.pm
${P5SITE}/Exporter/Tiny.pm
@man man/man3p/Exporter::Shiny.3p
@man man/man3p/Exporter::Tiny.3p