From 1d52c1c483fb0332cea9e43b4b3347a4d465218c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 29 Apr 2017 20:03:03 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 2 +- lib/Mafia.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 @_ } -- 2.30.2