Bump version and update Changes master 0.001005
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 29 Apr 2017 17:03:03 +0000 (20:03 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 29 Apr 2017 17:03:03 +0000 (20:03 +0300)
Changes
README
lib/Mafia.pm

diff --git a/Changes b/Changes
index f06ae7731b00268c15f28757eac0b20be8750f90..6dab3ecff590bb75d17ef44c0d9c8c221ed07b4f 100644 (file)
--- 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 787ecc617e6ef15541cf3e6966649af940399bf1..7557e82442d5518d5227886c27d2727cccadb037 100644 (file)
--- 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.
index a72b6d18e79dc6405b239ea66d1e6386a989a555..d76c35adcf7a34ef60b75244e66ed8aaa5016baf 100644 (file)
@@ -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 @_ }
 
This page took 0.013126 seconds and 4 git commands to generate.