pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-strictures



Module Name:    pkgsrc
Committed By:   hiramatsu
Date:           Mon Nov 21 06:12:25 UTC 2011

Update of /cvsroot/pkgsrc/devel/p5-strictures
In directory ivanova.netbsd.org:/tmp/cvs-serv26247

Log Message:
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.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-strictures/Makefile
N pkgsrc/devel/p5-strictures/DESCR
N pkgsrc/devel/p5-strictures/distinfo

No conflicts created by this import




Home | Main Index | Thread Index | Old Index