Path to this page:
./
devel/p5-strictures,
Perl 5 pragma to turn on strict and make all warnings fatal
Branch: CURRENT,
Version: 2.000006nb6,
Package name: p5-strictures-2.000006nb6,
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)
Filesize: 21.98 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-strictures-2.000006nb6
- (2023-07-06) Updated to version: p5-strictures-2.000006nb5
- (2022-06-28) Updated to version: p5-strictures-2.000006nb4
- (2021-05-25) Updated to version: p5-strictures-2.000006nb3
- (2020-09-01) Updated to version: p5-strictures-2.000006nb2
- (2019-08-11) Updated to version: p5-strictures-2.000006nb1
CVS history: (Expand)