Bump version and update Changes 0.001004
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 22 Apr 2017 11:12:26 +0000 (14:12 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 22 Apr 2017 11:12:26 +0000 (14:12 +0300)
Changes
README
lib/Mafia.pm

diff --git a/Changes b/Changes
index c545f4c8fe0736c678e25592bc62b507cf571f50..f06ae7731b00268c15f28757eac0b20be8750f90 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Mafia.
 
 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 '.'
 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 bb2b891eff57c07a1466b7f2683a3bc7bb671323..787ecc617e6ef15541cf3e6966649af940399bf1 100644 (file)
--- 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.
 ======================
 
 Mafia.pm is a Perl extension for easily moderating Mafia games.
index 4295cde1c6851245a6507358184e736ff28a2abb..a72b6d18e79dc6405b239ea66d1e6386a989a555 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 use constant;
 use Storable qw/dclone/;
 
 use constant;
 use Storable qw/dclone/;
 
-our $VERSION = '0.001003';
+our $VERSION = '0.001004';
 
 sub defconst { constant->import($_ => $_) for @_ }
 
 
 sub defconst { constant->import($_ => $_) for @_ }
 
This page took 0.012502 seconds and 4 git commands to generate.