PPIx-Regexp 0.088 Latest
Kwalitee Issues
No Core Issues.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.085_04,0.088
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
PPIx::Regexp | Represent a regular expression of some sort | 0.088 | metacpan |
PPIx::Regexp::Constant | Constants for the PPIx::Regexp system | 0.085_04 | metacpan |
PPIx::Regexp::Constant::Inf | 0.088 | metacpan | |
PPIx::Regexp::Dumper | Dump the results of parsing regular expressions | 0.088 | metacpan |
PPIx::Regexp::Element | Base of the PPIx::Regexp hierarchy. | 0.088 | metacpan |
PPIx::Regexp::Lexer | Assemble tokenizer output. | 0.088 | metacpan |
PPIx::Regexp::Node | Represent a container | 0.088 | metacpan |
PPIx::Regexp::Node::Range | Represent a character range in a character class | 0.088 | metacpan |
PPIx::Regexp::Node::Unknown | Represent an unknown node. | 0.088 | metacpan |
PPIx::Regexp::Structure | Represent a structure. | 0.088 | metacpan |
PPIx::Regexp::Structure::Assertion | Represent a parenthesized assertion | 0.088 | metacpan |
PPIx::Regexp::Structure::Atomic_Script_Run | Represent an atomic script run group | 0.088 | metacpan |
PPIx::Regexp::Structure::BranchReset | Represent a branch reset group | 0.088 | metacpan |
PPIx::Regexp::Structure::Capture | Represent capture parentheses. | 0.088 | metacpan |
PPIx::Regexp::Structure::CharClass | Represent a character class | 0.088 | metacpan |
PPIx::Regexp::Structure::Code | Represent one of the code structures. | 0.088 | metacpan |
PPIx::Regexp::Structure::Main | Represent a regular expression proper, or a substitution | 0.088 | metacpan |
PPIx::Regexp::Structure::Modifier | Represent modifying parentheses | 0.088 | metacpan |
PPIx::Regexp::Structure::NamedCapture | Represent a named capture | 0.088 | metacpan |
PPIx::Regexp::Structure::Quantifier | Represent curly bracket quantifiers | 0.088 | metacpan |
PPIx::Regexp::Structure::RegexSet | Represent a regexp character set | 0.088 | metacpan |
PPIx::Regexp::Structure::Regexp | Represent the top-level regular expression | 0.088 | metacpan |
PPIx::Regexp::Structure::Replacement | Represent the replacement in s/// | 0.088 | metacpan |
PPIx::Regexp::Structure::Script_Run | Represent a script run group | 0.088 | metacpan |
PPIx::Regexp::Structure::Subexpression | Represent an independent subexpression | 0.088 | metacpan |
PPIx::Regexp::Structure::Switch | Represent a switch | 0.088 | metacpan |
PPIx::Regexp::Structure::Unknown | Represent an unknown structure. | 0.088 | metacpan |
PPIx::Regexp::Support | Basis for the PPIx::Regexp support classes | 0.088 | metacpan |
PPIx::Regexp::Token | Base class for PPIx::Regexp tokens. | 0.088 | metacpan |
PPIx::Regexp::Token::Assertion | Represent a simple assertion. | 0.088 | metacpan |
PPIx::Regexp::Token::Backreference | Represent a back reference | 0.088 | metacpan |
PPIx::Regexp::Token::Backtrack | Represent backtrack control. | 0.088 | metacpan |
PPIx::Regexp::Token::CharClass | Represent a character class | 0.088 | metacpan |
PPIx::Regexp::Token::CharClass::POSIX | Represent a POSIX character class | 0.088 | metacpan |
PPIx::Regexp::Token::CharClass::POSIX::Unknown | Represent an unknown or unsupported POSIX character class | 0.088 | metacpan |
PPIx::Regexp::Token::CharClass::Simple | This class represents a simple character class | 0.088 | metacpan |
PPIx::Regexp::Token::Code | Represent a chunk of Perl embedded in a regular expression. | 0.088 | metacpan |
PPIx::Regexp::Token::Comment | Represent a comment. | 0.088 | metacpan |
PPIx::Regexp::Token::Condition | Represent the condition of a switch | 0.088 | metacpan |
PPIx::Regexp::Token::Control | Case and quote control. | 0.088 | metacpan |
PPIx::Regexp::Token::Delimiter | Represent the delimiters of the regular expression | 0.088 | metacpan |
PPIx::Regexp::Token::Greediness | Represent a greediness qualifier. | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType | Represent a grouping parenthesis type. | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType::Assertion | Represent a look ahead or look behind assertion | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType::Atomic_Script_Run | Represent an atomic script run specifier | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType::BranchReset | Represent a branch reset specifier | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType::Code | Represent one of the embedded code indicators | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType::Modifier | Represent the modifiers in a modifier group. | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType::NamedCapture | Represent a named capture | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType::Script_Run | Represent a script run specifier | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType::Subexpression | Represent an independent subexpression marker | 0.088 | metacpan |
PPIx::Regexp::Token::GroupType::Switch | Represent the introducing characters for a switch | 0.088 | metacpan |
PPIx::Regexp::Token::Interpolation | Represent an interpolation in the PPIx::Regexp package. | 0.088 | metacpan |
PPIx::Regexp::Token::Literal | Represent a literal character | 0.088 | metacpan |
PPIx::Regexp::Token::Modifier | Represent modifiers. | 0.088 | metacpan |
PPIx::Regexp::Token::NoOp | Represent a token that does nothing. | 0.088 | metacpan |
PPIx::Regexp::Token::Operator | Represent an operator. | 0.088 | metacpan |
PPIx::Regexp::Token::Quantifier | Represent an atomic quantifier. | 0.088 | metacpan |
PPIx::Regexp::Token::Recursion | Represent a recursion | 0.088 | metacpan |
PPIx::Regexp::Token::Reference | Represent a reference to a capture | 0.088 | metacpan |
PPIx::Regexp::Token::Structure | Represent structural elements. | 0.088 | metacpan |
PPIx::Regexp::Token::Unknown | Represent an unknown token | 0.088 | metacpan |
PPIx::Regexp::Token::Unmatched | Represent an unmatched right bracket | 0.088 | metacpan |
PPIx::Regexp::Token::Whitespace | Represent whitespace | 0.088 | metacpan |
PPIx::Regexp::Tokenizer | Tokenize a regular expression | 0.088 | metacpan |
PPIx::Regexp::Util | Utility functions for PPIx::Regexp; | 0.088 | metacpan |