diff options
author | Charadon <dev@iotib.net> | 2024-09-05 13:08:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-05 13:30:17 +0700 |
commit | 35df2696a5f575557f79becbeac9d80e565cb3ed (patch) | |
tree | 78206d001fb9dac32acd2b00938c30c8561d0045 /perl/perl-PPIx-Regexp/slack-desc | |
parent | 1f0113c675fd9973de5e9ea7e00e0e42145adaf7 (diff) |
perl/perl-PPIx-Regexp: Added (Parse regular expressions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-PPIx-Regexp/slack-desc')
-rw-r--r-- | perl/perl-PPIx-Regexp/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-PPIx-Regexp/slack-desc b/perl/perl-PPIx-Regexp/slack-desc new file mode 100644 index 0000000000..46a165287c --- /dev/null +++ b/perl/perl-PPIx-Regexp/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-PPIx-Regexp: perl-PPIx-Regexp (Represent a regular expression of some sort) +perl-PPIx-Regexp: +perl-PPIx-Regexp: The purpose of the PPIx-Regexp package is to parse regular +perl-PPIx-Regexp: expressions in a manner similar to the way the PPI package parses +perl-PPIx-Regexp: Perl. This class forms the root of the parse tree, playing a role +perl-PPIx-Regexp: similar to PPI::Document. +perl-PPIx-Regexp: +perl-PPIx-Regexp: +perl-PPIx-Regexp: +perl-PPIx-Regexp: +perl-PPIx-Regexp: |