Bump version and update Changes 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 21:18:06 +0000 (00:18 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 21:18:06 +0000 (00:18 +0300)
Changes
README
lib/Mafia.pm

diff --git a/Changes b/Changes
index 4ecf2c3ec0a7ef3f67d347af65de2de14b8dc0e6..e23c52b47b7d39c016240e328b19946176f23ad7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,12 @@
 Revision history for Perl extension Mafia.
 
-0.001 Mon 26 Aug 23:07:19 EEST 2013
-       - Initial release
+0.001001 2014-08-17T00:18+03:00
+ - CPAN Day cleanup release
+ - Update Changes to follow CPAN::Changes::Spec
+ - Set POD encoding to utf-8
+ - Reindent code, tests, Makefile.PL
+ - Disable dynamic_config and enable SIGN
+ - Disable smartmatch warnings
+
+0.001 2013-08-26T23:07:19+03:00
+ - Initial release
diff --git a/README b/README
index 7af06e0aca4cc606042b6f5f9462bdc942fb6ad6..9715e59ad937e5b5a2df65019093f44bb93da9d2 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Mafia version 0.001
-===================
+Mafia version 0.001001
+======================
 
 Mafia.pm is a Perl extension for easily moderating Mafia games.
 
index 583503ea8a1eab86096186212f85ee1fea4e2ab6..d12b3eeea0f646e74c5e1f56f0ad7b277b73a19e 100644 (file)
@@ -9,7 +9,7 @@ use parent qw/Exporter/;
 use constant;
 use Storable qw/dclone/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 sub defconst { constant->import($_ => $_) for @_ }
 
This page took 0.011535 seconds and 4 git commands to generate.