Path to this page:
./
devel/p5-strictures,
Perl 5 pragma to turn on strict and make all warnings fatal
Branch: pkgsrc-2016Q3,
Version: 2.000003nb1,
Package name: p5-strictures-2.000003nb1,
Maintainer: pkgsrc-usersp5-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: 7a8e4855318f17bff6656c01bf93ceacde7ee7c6
RMD160: a593fef6223922c278da45444ccb8940bcb6addc
Filesize: 14.96 KB
Version history: (Expand)
- (2016-10-03) Package added to pkgsrc.se, version p5-strictures-2.000003nb1 (created)