1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libregexp-common-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Regexp-Common/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libregexp-common-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libregexp-common-perl/
Package: libregexp-common-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: module with common regular expressions
Regexp::Common is a Perl module that exports a single hash ('%RE') that
stores or generates commonly needed regular expressions.
.
The module currently provides the following patterns:
.
* balanced parentheses and brackets
* delimited text (with escapes)
* integers and floating-point numbers in any base (up to 36)
* comments in 44 languages
* offensive language
* lists of any pattern
* IPv4 addresses
* URIs
* Zip codes
|