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)
-Mafia version 0.001002
+Mafia version 0.001003
======================
Mafia.pm is a Perl extension for easily moderating Mafia games.
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,
use constant;
use Storable qw/dclone/;
-our $VERSION = '0.001002';
+our $VERSION = '0.001003';
sub defconst { constant->import($_ => $_) for @_ }
=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,