From 07cf0f1b38822c3194bcbe81ced61c171fba76cd Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 15 Aug 2015 23:15:04 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 6 ++++++ Makefile.PL | 2 +- README | 8 +++----- lib/Mafia.pm | 4 ++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Changes b/Changes index e23c52b..85fc105 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ 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 diff --git a/Makefile.PL b/Makefile.PL index f78c218..e1dcb27 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ WriteMakefile( META_MERGE => { dynamic_config => 0, resources => { - repository => 'http://git.ieval.ro/?p=mafia.git', + repository => 'https://git.ieval.ro/?p=mafia.git', } } ); diff --git a/README b/README index 9715e59..54084dd 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Mafia version 0.001001 +Mafia version 0.001002 ====================== Mafia.pm is a Perl extension for easily moderating Mafia games. @@ -14,13 +14,11 @@ To install this module type the following: 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, diff --git a/lib/Mafia.pm b/lib/Mafia.pm index 7785546..2b943b4 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.001001'; +our $VERSION = '0.001002'; sub defconst { constant->import($_ => $_) for @_ } @@ -575,7 +575,7 @@ Marius Gavrilescu, Emarius@ieval.roE =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, -- 2.30.2