Source: libregexp-shellish-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Bastian Blank , gregor herrmann 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.