./devel/p5-strictures, Turn on strict and make all warnings fatal

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


Branch: pkgsrc-2012Q1, Version: 1.002002, Package name: p5-strictures-1.002002, 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


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: cbb8491da9b54a5c9920254716eb21d6e17fc788
RMD160: 89a8bca07545d1c932b656ebd7e13081fdb52348
Filesize: 5.129 KB

Version history: (Expand)