From: Marius Gavrilescu Date: Sat, 30 Aug 2014 22:05:08 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.000_4^0 X-Git-Url: http://git.ieval.ro/?p=app-fonbot-daemon.git;a=commitdiff_plain;h=3a98da812b3bd7beb54cc540a31a399d0ad220cd Bump version and update Changes --- diff --git a/Changes b/Changes index e938576..bbe6a3c 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,12 @@ Revision history for Perl extension App::FonBot::Daemon. -[ This will be filled in when the first non-dev build is released ] +0.000_4 2014-08-31T01:05+03:00 + - Update Changes to follow CPAN::Changes::Spec + - Remove test boilerplate (tests are still not included) + - Reindent code and reformat Makefile.PL + - Enable SIGN, move to a git repository + - Changed license (in META) to open_source, as AGPL_3 requires META version 2 +0.000_3 2013-08-12 +0.000_2 2013-08-11 +0.000_1 2013-08-11 diff --git a/lib/App/FonBot/Daemon.pm b/lib/App/FonBot/Daemon.pm index 90064bc..2dabe33 100644 --- a/lib/App/FonBot/Daemon.pm +++ b/lib/App/FonBot/Daemon.pm @@ -1,6 +1,6 @@ package App::FonBot::Daemon; -our $VERSION = '0.000_3'; +our $VERSION = '0.000_4'; use 5.014000; use strict; diff --git a/lib/App/FonBot/Plugin/BitlBee.pm b/lib/App/FonBot/Plugin/BitlBee.pm index 8b3dd32..6aea90e 100644 --- a/lib/App/FonBot/Plugin/BitlBee.pm +++ b/lib/App/FonBot/Plugin/BitlBee.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::BitlBee; -our $VERSION = '0.000_3'; +our $VERSION = '0.000_4'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/Common.pm b/lib/App/FonBot/Plugin/Common.pm index d61d915..93de4be 100644 --- a/lib/App/FonBot/Plugin/Common.pm +++ b/lib/App/FonBot/Plugin/Common.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::Common; -our $VERSION = '0.000_3'; +our $VERSION = '0.000_4'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/Config.pm b/lib/App/FonBot/Plugin/Config.pm index 2418f77..f196dbf 100644 --- a/lib/App/FonBot/Plugin/Config.pm +++ b/lib/App/FonBot/Plugin/Config.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::Config; -our $VERSION = '0.000_3'; +our $VERSION = '0.000_4'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/HTTPD.pm b/lib/App/FonBot/Plugin/HTTPD.pm index 1f753cc..555ba37 100644 --- a/lib/App/FonBot/Plugin/HTTPD.pm +++ b/lib/App/FonBot/Plugin/HTTPD.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::HTTPD; -our $VERSION = '0.000_3'; +our $VERSION = '0.000_4'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/IRC.pm b/lib/App/FonBot/Plugin/IRC.pm index ec5279e..93ed29d 100644 --- a/lib/App/FonBot/Plugin/IRC.pm +++ b/lib/App/FonBot/Plugin/IRC.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::IRC; -our $VERSION = '0.000_3'; +our $VERSION = '0.000_4'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/OFTC.pm b/lib/App/FonBot/Plugin/OFTC.pm index b41fbd9..e847085 100644 --- a/lib/App/FonBot/Plugin/OFTC.pm +++ b/lib/App/FonBot/Plugin/OFTC.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::OFTC; -our $VERSION = '0.000_3'; +our $VERSION = '0.000_4'; use v5.14; use strict;