Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Devel-Declare
From: Jens Rehsack
Date: 2009-05-17 20:23:55
Message id: 20090517182355.34424175D0@cvs.netbsd.org
Log Message:
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.
Files: