From efb97d6ae25b5f4fb28dd3d7b50470a41b96f9b0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 00:18:06 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 12 ++++++++++-- README | 4 ++-- lib/Mafia.pm | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 4ecf2c3..e23c52b 100644 --- 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 7af06e0..9715e59 100644 --- 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. diff --git a/lib/Mafia.pm b/lib/Mafia.pm index 583503e..d12b3ee 100644 --- a/lib/Mafia.pm +++ b/lib/Mafia.pm @@ -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 @_ } -- 2.30.2