Bump version and update Changes 0.000_4
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Aug 2014 22:05:08 +0000 (01:05 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Aug 2014 22:05:08 +0000 (01:05 +0300)
Changes
lib/App/FonBot/Daemon.pm
lib/App/FonBot/Plugin/BitlBee.pm
lib/App/FonBot/Plugin/Common.pm
lib/App/FonBot/Plugin/Config.pm
lib/App/FonBot/Plugin/HTTPD.pm
lib/App/FonBot/Plugin/IRC.pm
lib/App/FonBot/Plugin/OFTC.pm

diff --git a/Changes b/Changes
index e938576579d6c8f475cf44f8eeddc637a708ca52..bbe6a3c7d1be8deec080d1c9cf20b993e0f28fdb 100644 (file)
--- 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
index 90064bcca4a35bdb40df342a6466fee1be498c56..2dabe33bc0c7b04f0b9b518ae0d514b227f47353 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Daemon;
 
-our $VERSION = '0.000_3';
+our $VERSION = '0.000_4';
 
 use 5.014000;
 use strict;
index 8b3dd32ea1857b5bd134927b8ddf8f0672fef099..6aea90e7b1c0562b04f1dac6ec484ecbd034183c 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::BitlBee;
 
-our $VERSION = '0.000_3';
+our $VERSION = '0.000_4';
 
 use v5.14;
 use strict;
index d61d9153660a1d2761ee4bc5bbbb3616bc8dc7ae..93de4be62a7e58ce12c12225e0f5d4fba65de9c0 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::Common;
 
-our $VERSION = '0.000_3';
+our $VERSION = '0.000_4';
 
 use v5.14;
 use strict;
index 2418f779e9c97b3f7347cca01b156b8ae23e4c4c..f196dbf95de3872327a39d6580f451082b07a47e 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::Config;
 
-our $VERSION = '0.000_3';
+our $VERSION = '0.000_4';
 
 use v5.14;
 use strict;
index 1f753cc262e4bf145a622c72cabb57bae3f52eb2..555ba375ad897dc74b89ee27436addfebd54e16f 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::HTTPD;
 
-our $VERSION = '0.000_3';
+our $VERSION = '0.000_4';
 
 use v5.14;
 use strict;
index ec5279e8cf17fbf2572142c7481b471f138ddf7e..93ed29deb4879dc0951f5bf51b9b570cba1051ac 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::IRC;
 
-our $VERSION = '0.000_3';
+our $VERSION = '0.000_4';
 
 use v5.14;
 use strict;
index b41fbd945063f86eaec772ec6a9aa1a85b736dd1..e84708588554b33a51263e9997ea63f2ca6dfd59 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::OFTC;
 
-our $VERSION = '0.000_3';
+our $VERSION = '0.000_4';
 
 use v5.14;
 use strict;
This page took 0.016396 seconds and 4 git commands to generate.