Update to 0.003:
0.003 2014-01-06 - move from Build.PL to Makefile.PL because of development dependencies - change dependency from namespace::autoclean to namespace::clean (Fixes PR#91890) - prefer BAIL_OUT over printf in loading test - update copyright period
This commit is contained in:
parent
5a5510cd91
commit
1662fe88ea
2 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/10/11 11:30:58 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/01/07 14:08:57 wiz Exp $
|
||||
|
||||
DISTNAME= MooX-File-ConfigDir-0.002
|
||||
DISTNAME= MooX-File-ConfigDir-0.003
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RE/REHSACK/}
|
||||
|
@ -10,12 +10,11 @@ HOMEPAGE= http://search.cpan.org/~rehsack/MooX-File-ConfigDir
|
|||
COMMENT= Moo eXtension for File::ConfigDir
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-File-ConfigDir>=0.006:../../devel/p5-File-ConfigDir
|
||||
DEPENDS+= p5-File-ConfigDir>=0.011:../../devel/p5-File-ConfigDir
|
||||
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
||||
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
||||
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
||||
|
||||
PERL5_PACKLIST= auto/MooX/File/ConfigDir/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/10/11 11:30:58 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/01/07 14:08:57 wiz Exp $
|
||||
|
||||
SHA1 (MooX-File-ConfigDir-0.002.tar.gz) = 1bd6ff30311f87350ec557f354aa282348e7a3a7
|
||||
RMD160 (MooX-File-ConfigDir-0.002.tar.gz) = d39b3b3cc8d15bd2ac9a42de4203ae6a53dabb29
|
||||
Size (MooX-File-ConfigDir-0.002.tar.gz) = 5064 bytes
|
||||
SHA1 (MooX-File-ConfigDir-0.003.tar.gz) = 27f8f7c9efd13c50bda8b8417f2a4d821d625841
|
||||
RMD160 (MooX-File-ConfigDir-0.003.tar.gz) = 320196fd588392dfaa40609e59d51a16cc036bcf
|
||||
Size (MooX-File-ConfigDir-0.003.tar.gz) = 5650 bytes
|
||||
|
|
Loading…
Reference in a new issue