Bump version and update Changes 0.001003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 8 Apr 2017 17:30:03 +0000 (20:30 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 8 Apr 2017 17:30:03 +0000 (20:30 +0300)
Changes
README
lib/Mafia.pm

diff --git a/Changes b/Changes
index 85fc105a5702cc5190414425654d5b2027eaa53b..c545f4c8fe0736c678e25592bc62b507cf571f50 100644 (file)
--- 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 54084dd77b0950657a14b9ae3548f978235adacc..bb2b891eff57c07a1466b7f2683a3bc7bb671323 100644 (file)
--- 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,
index 5c3f788d2a04006d31fa8c1a9c2d62fc6195c147..4295cde1c6851245a6507358184e736ff28a2abb 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
This page took 0.011744 seconds and 4 git commands to generate.