From: Marius Gavrilescu Date: Sat, 29 Apr 2017 17:03:03 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.001005^0 X-Git-Url: http://git.ieval.ro/?p=mafia.git;a=commitdiff_plain;h=1d52c1c483fb0332cea9e43b4b3347a4d465218c Bump version and update Changes --- diff --git a/Changes b/Changes index f06ae77..6dab3ec 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Mafia. +0.001005 2017-04-29T20:03+01:00 + - Fix tests on Perl < 5.14 + 0.001004 2017-04-22T14:12+01:00 - Tests require recent version of File::Spec::Functions - Drop perl version requirement to 5.10.1 diff --git a/README b/README index 787ecc6..7557e82 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Mafia version 0.001004 +Mafia version 0.001005 ====================== Mafia.pm is a Perl extension for easily moderating Mafia games. diff --git a/lib/Mafia.pm b/lib/Mafia.pm index a72b6d1..d76c35a 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.001004'; +our $VERSION = '0.001005'; sub defconst { constant->import($_ => $_) for @_ }