./devel/p5-strictures, Perl 5 pragma to turn on strict and make all warnings fatal

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q2, Version: 2.000000nb1, Package name: p5-strictures-2.000000nb1, Maintainer: pkgsrc-users

p5-strictures provides "strictures" directive.

use strictures 1;

is equivalent to

use strict;
use warnings FATAL => 'all';

except when called from a file where $0 matches:

/^x?t\/.*(?:load|compile|coverage|use_ok).*\.t$/

and when either '.git' or '.svn' is present in the current directory


Master sites: (Expand)

SHA1: 70207cb1c5ff028eca6fb0dd487e885a04fb4171
RMD160: d65e886f74180e01a35a824a22b69a2175bef2e7
Filesize: 12.099 KB

Version history: (Expand)