X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3e5ed60120e8a32b999e3d2343ffa8acf2d49e7c;hb=2893d7266504a5039a927b0c1a9e07357a15d8d8;hp=9fe0603f6a8970cff7748d1fe449c3447b7b2cf0;hpb=a85f3204f751151fca8ce693001ece8c5f139749;p=p5sagit%2Fstrictures.git diff --git a/Changes b/Changes index 9fe0603..3e5ed60 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,15 @@ Release history for strictures -1.999_001 - 2015-02-01 + - use ExtUtils::HasCompiler to detect compiler rather than ExtUtils::CBuilder + +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 + +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.