diff options
Diffstat (limited to 'devel/p5-Regexp-Assemble/pkg-descr')
-rw-r--r-- | devel/p5-Regexp-Assemble/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Regexp-Assemble/pkg-descr b/devel/p5-Regexp-Assemble/pkg-descr new file mode 100644 index 000000000000..d15e7739fdf4 --- /dev/null +++ b/devel/p5-Regexp-Assemble/pkg-descr @@ -0,0 +1,6 @@ +Regexp::Assemble allows you to take a number of regular expressions and +assemble them into a single regular expression (or RE) that will match +everything that any of the individual REs match, only what they match +and nothing else. + +WWW: http://search.cpan.org/dist/Regexp-Assemble/ |