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
|
Source: libregexp-pattern-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libtest-exception-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libregexp-pattern-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libregexp-pattern-perl
Homepage: https://metacpan.org/pod/Regexp::Pattern
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: libregexp-pattern-perl
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
Multi-Arch: foreign
Description: convention/framework for modules that contain collection of regexes
Regexp::Pattern is a convention
for organizing reusable regexp patterns in modules,
as well as framework to provide convenience
in using those patterns in your program.
|