Update p5-MooseX-Getopt to 0.37.

Changes from previous:
0.37 Wed 30 Mar 2011
  * Fix missing dependency. (RT#67077)

0.36 Tue 29 Mar 2011
  * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
  * MooseX::Getopt::GLD
    - change it to a MooseX::Role::Parameterized, so that it accepts
      'getopt_conf' parameter (Damien Krotkine)

0.35 Wed 09 Feb 2011
  * Fix missed change from Test::Exception to Test::Fatal

0.34 Tue 08 Feb 2011
  * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
    Etheridge)
  * Move most of new_with_options logic into separate publically
    accessible process_argv method, so that arg processing can be
    done without actually creating object (Jonathan Swartz)
This commit is contained in:
hiramatsu 2011-10-21 07:13:58 +00:00
parent 8c0aae4ef5
commit dcf788f117
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.18 2011/08/14 12:26:21 obache Exp $
# $NetBSD: Makefile,v 1.19 2011/10/21 07:13:58 hiramatsu Exp $
#
DISTNAME= MooseX-Getopt-0.33
DISTNAME= MooseX-Getopt-0.37
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
@ -14,6 +13,7 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Getopt-Long-Descriptive>=0.081:../../devel/p5-Getopt-Long-Descriptive
DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2010/09/02 20:23:38 sno Exp $
$NetBSD: distinfo,v 1.14 2011/10/21 07:13:58 hiramatsu Exp $
SHA1 (MooseX-Getopt-0.33.tar.gz) = 83d6e167d3ea41e4e7539fc5e38905cec70b00f9
RMD160 (MooseX-Getopt-0.33.tar.gz) = 8d4196617817f0149d11d6e78cf8fa6c517bca93
Size (MooseX-Getopt-0.33.tar.gz) = 28276 bytes
SHA1 (MooseX-Getopt-0.37.tar.gz) = 74cd1f5bf2b586c8e362798fb7ab4ce5516fe9d5
RMD160 (MooseX-Getopt-0.37.tar.gz) = 85b8db0c3b375bd183bb14b9cb92e588529b413e
Size (MooseX-Getopt-0.37.tar.gz) = 30930 bytes