Package Release Info

perl-strictures-2.000006-bp154.1.62

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-strictures

Change Logs

* Wed Mar 13 2019 Stephan Kulow <coolo@suse.com>
- updated to 2.000006
  see /usr/share/doc/packages/perl-strictures/Changes
  2.000006 - 2019-03-10
  - update internal list of warnings for categories added in blead (v5.29.9)
  - fix extras test to avoid any files in the temp directory's parent
    directories interfering (RT#128751)
Version: 2.000005-bp150.2.4
* Sat Apr 21 2018 coolo@suse.com
- updated to 2.000005
  see /usr/share/doc/packages/perl-strictures/Changes
  2.000005 - 2018-04-20
  - update internal list of warnings for categories added in 5.28.0 (no
    behaviour change)
* Fri Apr 20 2018 coolo@suse.com
- updated to 2.000004
  see /usr/share/doc/packages/perl-strictures/Changes
  2.000004 - 2018-04-19
  - update bundled ExtUtils::HasCompiler to 0.021
  - update internal list of warnings (no behavior change)
* Thu May 05 2016 coolo@suse.com
- updated to 2.000003
  see /usr/share/doc/packages/perl-strictures/Changes
  2.000003 - 2016-04-19
  - update bundled ExtUtils::HasCompiler to 0.013 to fix potential false
    negative (RT#113637)
  - list optional XS dependencies as suggests rather than recommends (RT#107393)
* Mon Nov 09 2015 coolo@suse.com
- updated to 2.000002
  see /usr/share/doc/packages/perl-strictures/Changes
  2.000002 - 2015-11-04
  - use ExtUtils::HasCompiler to detect compiler rather than ExtUtils::CBuilder
  - more comprehensive testing
* Mon Jun 29 2015 coolo@suse.com
- updated to 2.000001
  see /usr/share/doc/packages/perl-strictures/Changes
  2.000001 - 2015-06-28
  - update for perl 5.22 warning categories
  - avoid using goto &UNIVERSAL::VERSION on perl 5.8, since it segfaults some
    builds
  - also detect development directories based on .bzr directory
  - various test cleanups
* Tue Apr 14 2015 coolo@suse.com
- updated to 2.000000
  see /usr/share/doc/packages/perl-strictures/Changes
  2.000000 - 2015-02-26
  * Incompatible Changes
  - strictures 2 fatalizes only a subset of warnings.  Some warning
    categories are not safe to catch, or just inappropriate to have fatal.
    Existing code looking like 'use strictures 1;' will continue to get the
    old behavior of fatalizing all errors.  The new behavior will take effect
    when no version or version 2 is specified.
* Sat Feb 07 2015 coolo@suse.com
- updated to 1.005006
  - fix extra checks triggering on paths starting with t, xt, lib, or blib,
    rather than only triggering on those directories.
  - avoid stat checks for VCS directories until we are in an appropriately
    named file
  - various cleanups in test files
* Tue Sep 16 2014 coolo@suse.com
- updated to 1.005005
  - include minimum perl version in metadata
  - make sure meta files list extra modules as recommendations, not requirements
* Mon Feb 24 2014 coolo@suse.com
- updated to 1.005003
  - added support for PUREPERL_ONLY (rt#91407)
  - fixed using strictures->VERSION to query the version (rt#92965)
  - extra prereqs will be listed as hard prerequisites if a compiler is
    available
* Mon Nov 25 2013 coolo@suse.com
- updated to 1.005001
  - fix skip on old perl on test script
  - detect mercurial when checking for development trees
  - avoid using constant.pm to save a bit of memory on older perls
  - update to v2 metadata
  - fix crash in 1.004003 due to qw() list being readonly
* Tue Jun 04 2013 coolo@suse.com
- updated to 1.004004
  - fix 5.16 crash due to qw() list being readonly
  - check only once for presence of extra testing prereqs
  - explicitly specify no dynamic_config in META
  - add better rationale for the extra testing heuristic
  - test-specific strictures now enabled during 'dzil test'
  - switch to testing calling file to avoid firing on dependencies
* Wed May 23 2012 coolo@suse.com
- updated to 1.003001
  - fix test to handle defatalization
  - 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
* Thu Mar 03 2011 pascal.bleser@opensuse.org
- initial version (1.002002)