9de5660982
devel/p5-Module-Runtime from 0.011 to 0.013. pkgsrc changes: - remove dependency to devel/p5-Params-Classify Upstream changes: version 0.013; 2012-02-16 * fix false failure of the test for lack of unintended dependencies that occurred on systems using a sitecustomize.pl version 0.012; 2012-02-12 * work around Perl core bug [perl #68590] regarding leakage of %^H into modules being loaded * work around Perl core bug that made a failed module loading appear successful when re-requiring the same module * duplicate is_string() from Params::Classify, rather than importing it, to avoid circular dependency problems (affecting both installation and runtime) * duplicate minimal exporting behaviour from Exporter, and avoid using the "feature", "warnings", "strict", and "parent" pragmata, to allow for possible future use of this module by any infrastructure module * document core bug workarounds * document module name syntax more prominently, and discuss the state of Unicode handling * tweak documentation of use_package_optimistically() * test behaviour with tainted module name * test lack of unwanted eval frame around require * give test modules more meaningful names * convert .cvsignore to .gitignore
19 lines
547 B
Makefile
19 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/03/08 09:54:41 sno Exp $
|
|
|
|
DISTNAME= Module-Runtime-0.013
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Runtime/
|
|
COMMENT= Deal with runtime handling of Perl modules
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Module/Runtime/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|