diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-07 00:47:46 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-08 01:07:41 +0200 |
commit | 21928a595f1e4a3faea68c6ba97d183a77ec1579 (patch) | |
tree | a7192eec09051794cc0430faa16bd5fd896d8ac8 /dev-perl/PPIx-Regexp/metadata.xml | |
parent | dev-perl/PostScript-Simple: Bump to version 0.90.0 (diff) | |
download | gentoo-21928a595f1e4a3faea68c6ba97d183a77ec1579.tar.gz gentoo-21928a595f1e4a3faea68c6ba97d183a77ec1579.tar.bz2 gentoo-21928a595f1e4a3faea68c6ba97d183a77ec1579.zip |
dev-perl/PPIx-Regexp: Bump to version 0.48.0
- EAPI6
- Added USE="examples"
Upstream:
- MultiCharacter modifiers supported
- Invalid \g and \k backrefs now considered errors
- error() method added to elements
- added modifier_asserted() to check for modifier influence
- non-ascii whitespace under /x supported for perl >=5.21.1
- replacements in s///ee now considered code
- arity of modifier use now available on Tokens
- \b{unknownthing} is now an error
- \b{gcb} \b{wb} \b{sb} \b{lb} now supported
- Nested subscripts in interpolation detected
- Interpret /n capture-group semantics like perl>=5.21.8 does
- PPIx::Regexp::Dumper now reports structures missing delimiters
- Parsing all-space strings a parse error
- Treat \U as a meta-character in \Q\E
- Better parising of ']' and whitespace in []'s
- Better \Q,\U,\L,\F,\E nesting.
- Only recognise \k in replacements, not \k{} or \g{}
- Postfix-deref parse support added
- explain(), main_structure() and in_regex_set() methods added.
- prior() deprecated
- Now accepts strings to parse()
- \N{} is a no-op
- added strict mode.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/PPIx-Regexp/metadata.xml')
-rw-r--r-- | dev-perl/PPIx-Regexp/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-perl/PPIx-Regexp/metadata.xml b/dev-perl/PPIx-Regexp/metadata.xml index 93d3070b53fa..a2d133501608 100644 --- a/dev-perl/PPIx-Regexp/metadata.xml +++ b/dev-perl/PPIx-Regexp/metadata.xml @@ -14,6 +14,8 @@ <remote-id type="cpan-module">PPIx::Regexp::Lexer</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Node</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Node::Range</remote-id> + <remote-id type="cpan-module">PPIx::Regexp::Node::Unknown</remote-id> + <remote-id type="cpan-module">PPIx::Regexp::StringTokenizer</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Structure</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Structure::Assertion</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Structure::BranchReset</remote-id> @@ -56,6 +58,7 @@ <remote-id type="cpan-module">PPIx::Regexp::Token::Interpolation</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Token::Literal</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Token::Modifier</remote-id> + <remote-id type="cpan-module">PPIx::Regexp::Token::NoOp</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Token::Operator</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Token::Quantifier</remote-id> <remote-id type="cpan-module">PPIx::Regexp::Token::Recursion</remote-id> |