devel/p5-B-Hooks-Parser from 0.09nb2 to 0.10.
Upstream changes:
0.10 Mon, 06 Feb 2012 13:10:00 +0000
* In the Perl API, don't be confused by NULs in the parser buffer.
* Fix off-by-one error in buffer length check for set_linestr.
* Jump through some hoops to avoid compiler warnings.
* Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
* Note repository and bugtracker locations.
- Updating package for p5 module B::Hooks::Parser from 0.08 to 0.09
- Adjusting dependencies according to META.yml
- Setting license according to META.yml
Upstream changes:
0.09 Wed, 03 Jun 2009 13:20:21 +0200
* Don't redefine various macros if they already exist.
* Add B::Hooks::Toke::skipspace function (Liu Kang-min).