X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Changes;h=6dab3ecff590bb75d17ef44c0d9c8c221ed07b4f;hb=HEAD;hp=85fc105a5702cc5190414425654d5b2027eaa53b;hpb=07cf0f1b38822c3194bcbe81ced61c171fba76cd;p=mafia.git diff --git a/Changes b/Changes index 85fc105..6dab3ec 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Revision history for Perl extension Mafia. +0.001005 2017-04-29T20:03+01:00 + - Fix tests on Perl < 5.14 + +0.001004 2017-04-22T14:12+01:00 + - Tests require recent version of File::Spec::Functions + - Drop perl version requirement to 5.10.1 + +0.001003 2017-04-08T20:30+03:00 + - Use absolute paths in tests. This fixes the tests on 5.26+, + where @INC no longer contains '.' + - Add perlcritic release tests and make code perlcritic-clean + 0.001002 2015-08-15T23:15+03:00 - Don't push/shift on array references (fixes test failures on 5.23) - Don't use given/when and smartmatch (since they are experimental)