Path to this page:
./
devel/p5-strictures,
Perl 5 pragma to turn on strict and make all warnings fatal
Branch: pkgsrc-2019Q1,
Version: 2.000006,
Package name: p5-strictures-2.000006,
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
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 62f6f7ab4df1d043e6c7d3fb22c8bfb716b3cb27
RMD160: f2566a0b2f7f27c000c7df60474791bd2ff52f37
Filesize: 21.98 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version p5-strictures-2.000006 (created)