p5-Try-Tiny is not in devel/p5-PPI. Fixes pbulk scan failure.
This has been this way since at least October and I have no idea why it only blew up on me now.
This commit is contained in:
parent
62a2309dd7
commit
d5de49817b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2012/10/03 21:55:58 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2013/01/20 22:58:29 dholland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PPIx-EditorTools-0.17
|
||||
|
@ -19,7 +19,7 @@ BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
|
|||
|
||||
DEPENDS+= p5-Class-XSAccessor>=1.02:../../devel/p5-Class-XSAccessor
|
||||
DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI
|
||||
DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-PPI
|
||||
DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny
|
||||
|
||||
PERL5_PACKLIST= auto/PPIx/EditorTools/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
|
|
Loading…
Reference in a new issue