Path to this page:
./
devel/p5-strictures,
Perl 5 pragma to turn on strict and make all warnings fatal
Branch: pkgsrc-2013Q4,
Version: 1.005001,
Package name: p5-strictures-1.005001,
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]
Master sites: (Expand)
SHA1: 266506478cc1a9a1bc9426f48b2d9388435d80fa
RMD160: 4820a321f677701eff66197cb3fa977d2c258a3b
Filesize: 9.196 KB
Version history: (Expand)
- (2014-01-01) Package added to pkgsrc.se, version p5-strictures-1.005001 (created)