Update from version 1.3.1 to version 1.3.2.
Pkgsrc changes: - Add more required dependencies (for all features) Upstream changes: 1.3.2 - make plugins be M::I features so dependencies are optional - resolve rt.cpan#42506 readdir might fail - test use of all plugins supported by Perl core - Add irc nick for oliver
This commit is contained in:
parent
74508cb1ef
commit
7ec88df8d1
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2009/01/20 00:47:49 he Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/01/21 23:45:49 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Devel-REPL-1.003001
|
||||
DISTNAME= Devel-REPL-1.003002
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
||||
|
@ -19,7 +19,9 @@ DEPENDS+= p5-App-Nopaste-[0-9]*:../../www/p5-App-Nopaste
|
|||
DEPENDS+= p5-B-Keywords-[0-9]*:../../devel/p5-B-Keywords
|
||||
DEPENDS+= p5-Data-Dump-Streamer-[0-9]*:../../devel/p5-Data-Dump-Streamer
|
||||
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
|
||||
DEPENDS+= p5-File-Next-[0-9]*:../../devel/p5-File-Next
|
||||
DEPENDS+= p5-Lexical-Persistence-[0-9]*:../../devel/p5-Lexical-Persistence
|
||||
DEPENDS+= p5-Module-Refresh-[0-9]*:../../devel/p5-Module-Refresh
|
||||
DEPENDS+= p5-Moose>=0.64:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-AttributeHelpers>=0.14:../../devel/p5-MooseX-AttributeHelpers
|
||||
DEPENDS+= p5-MooseX-Getopt>=0.15:../../devel/p5-MooseX-Getopt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/01/20 00:47:50 he Exp $
|
||||
$NetBSD: distinfo,v 1.3 2009/01/21 23:45:49 seb Exp $
|
||||
|
||||
SHA1 (Devel-REPL-1.003001.tar.gz) = 0b599433c8a5887c66e737ab0f001d51b2f6ce40
|
||||
RMD160 (Devel-REPL-1.003001.tar.gz) = 3c4c15fd8cb4c67ea21ac788a84133dd6258b508
|
||||
Size (Devel-REPL-1.003001.tar.gz) = 41897 bytes
|
||||
SHA1 (Devel-REPL-1.003002.tar.gz) = e85264fcf317c13dd83e740b572221c6c97ae358
|
||||
RMD160 (Devel-REPL-1.003002.tar.gz) = a12768459c754e8d79a361792695c49b60109889
|
||||
Size (Devel-REPL-1.003002.tar.gz) = 42465 bytes
|
||||
|
|
Loading…
Reference in a new issue