perl-PPIx-Regexp 0.011
Perl module represents a regular expression of some sort
http://search.cpan.org/dist/PPIx-Regexp
Packager: Mesutcan Kurt
License: Artistic, GPLv2
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
4 | 2010-09-18 | 0.011 | Necdet Yücel | Version bump: - Remove dependencies on Params::Util and Readonly. The latter involved changing the symbols exported from PPIx::Regexp::Constant, but these were documented as private, so ... - Parse POSIX character classes [=a=] and [.a.] as PPIx::Regexp::Token::CharClass::POSIX::Unknown, which counts as a parse failure since these are not supported by Perl. - Make the PPI::Document created by PPIx::Regexp::Token::Code->ppi() be read only. This means we need PPI 1.116. Cache the document, and ensure the cached result is returned on subsequent calls. |
3 | 2010-08-09 | 0.010 | Necdet Yücel | Version bump: - Fix fatal error in PPIx::Regexp::Token::Code->ppi() - Move author tests from xt/ to xt/author/ |
2 | 2010-08-03 | 0.009 | Necdet Yücel | Version bump: Recognize s/.../.../ee as being different from s/.../.../e. In particular, the replacement portion of the former is _not_ a Perl expression: it's an interpolatble string, which later gets eval{}'ed. |
1 | 2010-07-07 | 0.008 | Necdet Yücel | First release. |