From 3ce34eab0b90a68ddb5e6ef88d9fdfef189e7a94 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 25 Aug 2013 07:30:29 +0000 Subject: Update to 0.31 Upstream changes: 0.31 2013-05-31T10:21:06+0200 - applied a patch from cjm with slight modification to resolve RT#50723 (support use Foo::Bar (); etc) (Kenichi Ishigaki) - fixed RT#71761 (Kenichi Ishigaki) - applied a patch from wyant (RT#71761) (Kenichi Ishigaki) - fixed the Pod::Simple encoding issue (Kenichi Ishigaki) - Fix incorrect regexp (ref gh-5). (Yasutaka ATARASHI) - Avoid regex features introduced only in later perl (close gh-5). (Yasutaka ATARASHI) - Use plan() instead of done_testing() (ref gh-5). (Yasutaka ATARASHI) - Add support for bareword leading hyphyen, in-place arrayref and hashref. (Yasutaka ATARASHI) - proper version number for older releases (Brian Cassidy) 0.30 2013-04-18T08:57:49+0200 - Add accessors and tests for _in_eval/_out_of_eval. (Yasutaka ATARASHI) - reworked 80_failig.t to TODO tests; (Thomas Klausner) - added more require-in-string corner test cases (suggested by Buddy Burden) (Thomas Klausner) - Fix the case for eval["']expr["'] and add regression tests. (Yasutaka ATARASHI) 0.29 2013-02-25T20:25:44+0100 - fixed regex to filter use/require (RT83569) (reported by ribasushi) 0.28 2012-08-21T14:41:15+0200 - whitespace in use base is valid (Barbie) 0.27 2012-03-23T12:40:44+0100 - fixed 23_universal_require.t for real (RT75342) (reported by Manoj Kumar and Paul Howarth) 0.26 2012-03-23T08:42:25+0100 - removed Test::NoWarning from a t/23_universal_require.t because it upsets the (manual) plan if the tests are skipped 0.25 2012-03-22T10:55:42+0100 - autogenerate the grammer during ./Build (based on a patch by jtbraun@CPAN.org) (RT74879) - added $VERSION to into Module::ExtractUse::Grammar, suggested by Manoj Kumar (RT75342) - specify min verion of Parse::RecDescent (1.967009), suggested by ANDK@cpan.org (RT75130) - fix typos reported by gregor herrmann (RT75115) - switched to Dist::Zilla (all on my own!) 0.24 2012-02-12T14:27:36+0100 - regenerated Grammer to work with new Parse::RecDescent (thanks to cpan-testers, TMUELLER, KENTNL, dirkus@yo****.com and paul@city****.org for reporting the problem) --- devel/p5-Module-ExtractUse/Makefile | 14 +++++++------- devel/p5-Module-ExtractUse/distinfo | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'devel') diff --git a/devel/p5-Module-ExtractUse/Makefile b/devel/p5-Module-ExtractUse/Makefile index 3bb989a8bbb..4cae6d7fc16 100644 --- a/devel/p5-Module-ExtractUse/Makefile +++ b/devel/p5-Module-ExtractUse/Makefile @@ -1,24 +1,24 @@ -# $NetBSD: Makefile,v 1.6 2013/05/31 12:40:30 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/08/25 07:30:29 wen Exp $ # -DISTNAME= Module-ExtractUse-0.23 +DISTNAME= Module-ExtractUse-0.31 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-ExtractUse/ COMMENT= Perl 5 module to find out what modules are used +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent DEPENDS+= p5-Pod-Strip>=1.00:../../textproc/p5-Pod-Strip BUILD_DEPENDS+= p5-Test-Deep>=0.087:../../devel/p5-Test-Deep -BUILD_DEPENDS+= p5-Test-NoWarnings>0:../../devel/p5-Test-NoWarnings -BUILD_DEPENDS+= p5-Test-Pod>0:../../devel/p5-Test-Pod -BUILD_DEPENDS+= p5-Test-Pod-Coverage>0:../../devel/p5-Test-Pod-Coverage -BUILD_DEPENDS+= p5-UNIVERSAL-require>0:../../devel/p5-UNIVERSAL-require +BUILD_DEPENDS+= p5-Test-NoWarnings>=0:../../devel/p5-Test-NoWarnings +BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod +BUILD_DEPENDS+= p5-Test-Pod-Coverage>=0:../../devel/p5-Test-Pod-Coverage +BUILD_DEPENDS+= p5-UNIVERSAL-require>=0:../../devel/p5-UNIVERSAL-require PERL5_PACKLIST= auto/Module/ExtractUse/.packlist PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Module-ExtractUse/distinfo b/devel/p5-Module-ExtractUse/distinfo index 186068bbc0c..4c6cdaf4508 100644 --- a/devel/p5-Module-ExtractUse/distinfo +++ b/devel/p5-Module-ExtractUse/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/10/30 23:16:20 he Exp $ +$NetBSD: distinfo,v 1.2 2013/08/25 07:30:29 wen Exp $ -SHA1 (Module-ExtractUse-0.23.tar.gz) = b6c70e2df1d9843c5d86bb9fd314cf3d92e22f7a -RMD160 (Module-ExtractUse-0.23.tar.gz) = 920824c6bd109e63290e3d10f10afacffac2d9ab -Size (Module-ExtractUse-0.23.tar.gz) = 18647 bytes +SHA1 (Module-ExtractUse-0.31.tar.gz) = 27152e9605b6290ab23835f95b33bb7ebbf717a6 +RMD160 (Module-ExtractUse-0.31.tar.gz) = 8b238eeb93d369b62b4618d7682e481d021f06e8 +Size (Module-ExtractUse-0.31.tar.gz) = 29539 bytes -- cgit v1.2.3