1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libregexp-shellish-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/Regexp-Shellish
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libregexp-shellish-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libregexp-shellish-perl.git
Package: libregexp-shellish-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
Description: module for shell-like regular expressions
Regexp::Shellish provides shell-like regular expressions. The wildcards
provided are ?, * and **, where ** is like * but matches /.
.
Case sensitivity and constructs like **, (a*b), and {a,b,c} can be disabled.
|