Import::Into creates a global method import::into which you can call on

any package to import it into another package.

WWW: http://search.cpan.org/dist/Import-Into/

Feature safe:	yes
This commit is contained in:
Wen Heping 2012-10-25 03:19:09 +00:00
parent 58f0e4e005
commit f6cc3df8c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306369
5 changed files with 32 additions and 0 deletions

View File

@ -2056,6 +2056,7 @@
SUBDIR += p5-IPC-SharedCache
SUBDIR += p5-IPC-Signal
SUBDIR += p5-IPC-System-Simple
SUBDIR += p5-Import-Into
SUBDIR += p5-Inline
SUBDIR += p5-Inline-ASM
SUBDIR += p5-Inline-CPP

View File

@ -0,0 +1,21 @@
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Import-Into
PORTVERSION= 1.001000
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MSTROUT
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Import packages into other packages
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Import::Into.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Import-Into-1.001000.tar.gz) = 340d5fefa73428804dd45adfedb43e9bfa9a5337b9d2717c5b5fb1e637402c27
SIZE (Import-Into-1.001000.tar.gz) = 4762

View File

@ -0,0 +1,4 @@
Import::Into creates a global method import::into which you can call on
any package to import it into another package.
WWW: http://search.cpan.org/dist/Import-Into/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/Import/Into.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Import-Into/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Import-Into
@dirrmtry %%SITE_PERL%%/Import