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: libstrictures-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libbareword-filehandles-perl,
libindirect-perl,
libmultidimensional-perl,
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>,
Nathan Handler <nhandler@debian.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/strictures
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libstrictures-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstrictures-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libstrictures-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Suggests: libbareword-filehandles-perl,
libindirect-perl,
libmultidimensional-perl
Description: Perl module to turn on strict and make all warnings fatal
strictures turns on strict and makes all warnings fatal. If run within test
cases from VCS checkouts, it will also cause bareword filehandles, indirect
object syntax and multidimensional array emulation to raise a fatal error. To
actually turn on these checks and stop strictures to complain about missing
modules, the recommended packages libbareword-filehandles-perl,
libindirect-perl and libmultidimensional-perl need to be installed.
|