From 547f33a39eeb664309c4a15ba75b46b1314cf3d0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 22 Apr 2017 14:12:26 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 2 +- lib/Mafia.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 @_ } -- 2.30.2