PkgSrc changes:
- Updating package for p5 module Devel::Declare from 0.005000 to 0.005002 Upstream changes: 0.005002 - Don't invoke the linestr callback if the parser was expecting an operator. This makes calling a method with the name of a declarator work. 0.005001 - Implement skip_declarator in terms of scan_word in Context::Simple. This avoids relying on PL_tokenbuf to skip past the declarator, as PL_tokenbuf might be overwritten by compiling other code between calling the linestr callback and skip_declarator.
This commit is contained in:
parent
5ac2806a70
commit
3de7178dbf
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2009/04/18 21:34:24 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2009/05/17 18:23:55 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Devel-Declare-0.005000
|
||||
DISTNAME= Devel-Declare-0.005002
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
||||
|
@ -13,7 +13,7 @@ LICENSE= artistic-2.0
|
|||
|
||||
DEPENDS+= p5-B-Hooks-EndOfScope>0.05:../../devel/p5-B-Hooks-EndOfScope
|
||||
DEPENDS+= p5-B-Hooks-OP-Check>=0.10:../../devel/p5-B-Hooks-OP-Check
|
||||
DEPENDS+= p5-Sub-Name>0:../../devel/p5-Sub-Name
|
||||
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
||||
|
||||
BUILD_DEPENDS+= p5-ExtUtils-Depends>0:../../devel/p5-ExtUtils-Depends
|
||||
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:../../devel/p5-ExtUtils-MakeMaker
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/04/18 21:34:24 sno Exp $
|
||||
$NetBSD: distinfo,v 1.6 2009/05/17 18:23:55 sno Exp $
|
||||
|
||||
SHA1 (Devel-Declare-0.005000.tar.gz) = 257263eb2418fc7469be62e19bfb4778f93c249d
|
||||
RMD160 (Devel-Declare-0.005000.tar.gz) = 7bcd5d95edaaa183602fe1cb55765f478b29cf01
|
||||
Size (Devel-Declare-0.005000.tar.gz) = 40985 bytes
|
||||
SHA1 (Devel-Declare-0.005002.tar.gz) = 3a5d608ef2857ed84c52bc51198cbf7dbde8efec
|
||||
RMD160 (Devel-Declare-0.005002.tar.gz) = 6db28814183a24118d605beccaedb938a2603261
|
||||
Size (Devel-Declare-0.005002.tar.gz) = 41244 bytes
|
||||
SHA1 (patch-aa) = c6772df05f1fbadb375ae9b15d288295053a377a
|
||||
|
|
Loading…
Reference in a new issue