NAME
Text::Parser::RuleSpec - Rule specification for class-rules (for derived classes of Text::Parser)
VERSION
version 0.927
SYNOPSIS
NOTE: This module is still under construction. Don't use this one. Go back to using Text::Parser normally.
EXPORTS
The following methods are exported into the use
r's namespace by default:
FUNCTIONS
applies_rule
Takes one mandatory string argument, followed by a mandatory set of arguments that will be passed to the constructor of Text::Parser::Rule
.
It returns nothing, but saves a rule registered under the namespace from where this function is called.
BUGS
Please report any bugs or feature requests on the bugtracker website http://github.com/balajirama/Text-Parser/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Balaji Ramasubramanian <balajiram@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018-2019 by Balaji Ramasubramanian.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.