pkgsrc/devel/p5-strictures/distinfo
hiramatsu 08ac55f0a1 Import strictures into devel/p5-strictures, which is required to
update databases/p5-SQL-Translator.

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.
2011-11-21 06:12:25 +00:00

5 lines
268 B
Text

$NetBSD: distinfo,v 1.1.1.1 2011/11/21 06:12:25 hiramatsu Exp $
SHA1 (strictures-1.002002.tar.gz) = cbb8491da9b54a5c9920254716eb21d6e17fc788
RMD160 (strictures-1.002002.tar.gz) = 89a8bca07545d1c932b656ebd7e13081fdb52348
Size (strictures-1.002002.tar.gz) = 5252 bytes