diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-05-29 19:14:47 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:12 -0500 |
commit | 294c8de10818a8cc6dad3948719a402fc202deb2 (patch) | |
tree | fdf8673007625eec7f27bf82065d520af678bb47 /perl/perl-Regexp-Common/slack-desc | |
parent | 4d80a1caa74e63debe3234358252c46bf7982024 (diff) | |
download | slackbuilds-294c8de10818a8cc6dad3948719a402fc202deb2.tar.gz |
perl/perl-Regexp-Common: Added (common regular expressions)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Regexp-Common/slack-desc')
-rw-r--r-- | perl/perl-Regexp-Common/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Regexp-Common/slack-desc b/perl/perl-Regexp-Common/slack-desc new file mode 100644 index 0000000000..a25264d4b6 --- /dev/null +++ b/perl/perl-Regexp-Common/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 ':'. + + |-----handy-ruler------------------------------------------------------| +perl-Regexp-Common: perl-Regexp-Common (commonly requested regular expressions) +perl-Regexp-Common: +perl-Regexp-Common: This Perl module provides commonly needed regular expressions. +perl-Regexp-Common: Patterns like balanced parentheses and brackets, delimited text +perl-Regexp-Common: (with escapes), integers and floating-point numbers in any base (up +perl-Regexp-Common: to 36), comments in 44 programming languages, offensive language, +perl-Regexp-Common: lists of any pattern, IPv4 addresses, URIs, and zip codes are +perl-Regexp-Common: included. More complex patters can be built based on the patterns +perl-Regexp-Common: provided. +perl-Regexp-Common: +perl-Regexp-Common: |