Revision history for Perl extension Mafia.
+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)
+ - Don't depend on non-core modules (that is, File::Slurp)
+ - Reduce Perl dependency to 5.10.1
+
0.001001 2014-08-17T00:18+03:00
- CPAN Day cleanup release
- Update Changes to follow CPAN::Changes::Spec
META_MERGE => {
dynamic_config => 0,
resources => {
- repository => 'http://git.ieval.ro/?p=mafia.git',
+ repository => 'https://git.ieval.ro/?p=mafia.git',
}
}
);
-Mafia version 0.001001
+Mafia version 0.001002
======================
Mafia.pm is a Perl extension for easily moderating Mafia games.
DEPENDENCIES
-This module requires these other modules and libraries:
-
-* File::Slurp (only for testing)
+No modules outside Perl core are needed.
COPYRIGHT AND LICENCE
-Copyright (C) 2013 by Marius Gavrilescu
+Copyright (C) 2013-2015 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.001001';
+our $VERSION = '0.001002';
sub defconst { constant->import($_ => $_) for @_ }
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2013 by Marius Gavrilescu
+Copyright (C) 2013-2015 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,