Update to 0.27
Update DEPENDS Upstream changes: 0.27 2013-12-31 14:26:29 UTC - update developer and Dist::Zilla author dependencies 0.26 2013-12-16 17:19:52 America/New_York (TRIAL RELEASE) - better reporting of skipped Moose/Mouse tests - add release test to check changelog for new content 0.25 2013-12-09 10:37:31 America/New_York (TRIAL RELEASE) - test for Mo(o|u)seX::Getopt before running Mo(o|u)se-specific tests 0.24 2013-12-08 21:01:55 America/New_York (TRIAL RELEASE) - add requirements, recommendations and provides to meta files 0.23 2013-12-08 15:52:56 America/New_York (TRIAL RELEASE) - fixes to Moose/Mouse tests 0.22 2013-12-02 10:56:59 America/New_York (TRIAL RELEASE) - forgot to update changelog last time, no code changes 0.21 2013-12-02 10:47:32 America/New_York (TRIAL RELEASE) - do a better job of not requiring Moose for build/install 0.20 2013-12-01 18:18:42 America/New_York (TRIAL RELEASE) - use Any::Moose for Moose and Mouse compatibility in the same package 0.11 2013-11-22 11:48:20 America/New_York - gh#6: document --configfile option added in 0.03 (reported by abraxxa) - gh#8: fix missing commands in test files (ubermichael)
This commit is contained in:
parent
daa940558e
commit
d56d6ca397
2 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2013/07/03 16:33:11 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2014/01/08 07:27:35 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-App-Cmd-0.10
|
||||
DISTNAME= MooseX-App-Cmd-0.27
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
@ -14,12 +14,13 @@ LICENSE= ${PERL5_LICENSE}
|
|||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/MooseX/App/Cmd/.packlist
|
||||
|
||||
DEPENDS+= p5-App-Cmd>=0.300:../../devel/p5-App-Cmd
|
||||
DEPENDS+= p5-Any-Moose>=0:../../devel/p5-Any-Moose
|
||||
DEPENDS+= p5-App-Cmd>=0.321:../../devel/p5-App-Cmd
|
||||
DEPENDS+= p5-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descriptive
|
||||
DEPENDS+= p5-Moose>=0.86:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-Getopt>=0.18:../../devel/p5-MooseX-Getopt
|
||||
DEPENDS+= p5-MooseX-Has-Options-[0-9]*:../../devel/p5-MooseX-Has-Options
|
||||
DEPENDS+= p5-MooseX-MarkAsMethods-[0-9]*:../../devel/p5-MooseX-MarkAsMethods
|
||||
DEPENDS+= p5-MouseX-Getopt>=0:../../devel/p5-MouseX-Getopt
|
||||
DEPENDS+= p5-namespace-clean>=0:../../devel/p5-namespace-clean
|
||||
|
||||
# For test target
|
||||
BUILD_DEPENDS+= p5-MooseX-ConfigFromFile>=0.08:../../devel/p5-MooseX-ConfigFromFile
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2013/07/03 16:33:11 sno Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/01/08 07:27:35 wen Exp $
|
||||
|
||||
SHA1 (MooseX-App-Cmd-0.10.tar.gz) = 13b44f2f759623f5a96b0c16696b521c5fd1670c
|
||||
RMD160 (MooseX-App-Cmd-0.10.tar.gz) = e69b4e74d2ae4d889abdd82f0c12198511e97614
|
||||
Size (MooseX-App-Cmd-0.10.tar.gz) = 25765 bytes
|
||||
SHA1 (MooseX-App-Cmd-0.27.tar.gz) = edc2234a1073823bb0a9c741161578e1fa675aab
|
||||
RMD160 (MooseX-App-Cmd-0.27.tar.gz) = eedaa0d9cd8060e9ba288fe6f79bd5cc320a1d1d
|
||||
Size (MooseX-App-Cmd-0.27.tar.gz) = 32658 bytes
|
||||
|
|
Loading…
Reference in a new issue