From: Marius Gavrilescu Date: Sat, 8 Apr 2017 17:30:03 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.001003^0 X-Git-Url: http://git.ieval.ro/?p=mafia.git;a=commitdiff_plain;h=1dbc778e0af96fa1371915f8cfc70a5c183ff943 Bump version and update Changes --- diff --git a/Changes b/Changes index 85fc105..c545f4c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Mafia. +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) diff --git a/README b/README index 54084dd..bb2b891 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Mafia version 0.001002 +Mafia version 0.001003 ====================== Mafia.pm is a Perl extension for easily moderating Mafia games. @@ -18,7 +18,7 @@ No modules outside Perl core are needed. COPYRIGHT AND LICENCE -Copyright (C) 2013-2015 by Marius Gavrilescu +Copyright (C) 2013-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, diff --git a/lib/Mafia.pm b/lib/Mafia.pm index 5c3f788..4295cde 100644 --- a/lib/Mafia.pm +++ b/lib/Mafia.pm @@ -8,7 +8,7 @@ use parent qw/Exporter/; use constant; use Storable qw/dclone/; -our $VERSION = '0.001002'; +our $VERSION = '0.001003'; sub defconst { constant->import($_ => $_) for @_ } @@ -575,7 +575,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2013-2015 by Marius Gavrilescu +Copyright (C) 2013-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or,