From: Marius Gavrilescu Date: Sat, 22 Apr 2017 11:12:26 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.001004^0 X-Git-Url: http://git.ieval.ro/?p=mafia.git;a=commitdiff_plain;h=547f33a39eeb664309c4a15ba75b46b1314cf3d0;ds=sidebyside Bump version and update Changes --- diff --git a/Changes b/Changes index c545f4c..f06ae77 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Mafia. +0.001004 2017-04-22T14:12+01:00 + - Tests require recent version of File::Spec::Functions + - Drop perl version requirement to 5.10.1 + 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 '.' diff --git a/README b/README index bb2b891..787ecc6 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Mafia version 0.001003 +Mafia version 0.001004 ====================== Mafia.pm is a Perl extension for easily moderating Mafia games. diff --git a/lib/Mafia.pm b/lib/Mafia.pm index 4295cde..a72b6d1 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.001003'; +our $VERSION = '0.001004'; sub defconst { constant->import($_ => $_) for @_ }