Next | Query returned 32 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2012-07-06 15:25:38 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating package for Perl 5 pragma strictures in devel/p5-strictures
from 1.002002 to 1.003001.

pkgsrc changes:
- update comment using common style

Upstream changes:
1.003001 - 2012-04-08
  - fix test to handle defatalization
1.003000 - 2012-04-07
  - try and run for any checkout t/ now we don't blow up the process
  - defatalize lack of extra testing modules
  - disable extra tests on perls <= 5.008003, things do not work there as
    expected
   2011-11-21 07:12:25 by Hiramatsu Yoshifumi | Files touched by this commit (3) | Imported package
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.


Next | Query returned 32 messages, browsing 31 to 40 | previous