]> iEval git - app-statsbot.git/commitdiff
Bump version and update Changes 1.000
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 24 Mar 2016 14:46:21 +0000 (16:46 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 24 Mar 2016 14:46:21 +0000 (16:46 +0200)
Changes
Makefile.PL
README
lib/App/Statsbot.pm
statsbot

diff --git a/Changes b/Changes
index d70270e992f9bac9bcdb01997e50190a79b4893a..8afae5323828193555ae63426344b12deae928de 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension App::Statsbot.
 
+1.000 2016-03-24T16:46+02:00
+ - Support configuration via the environment
+ - Improve regexps, CTCP responses and test suite
+
 0.001002 2015-11-07T17:44+00:00
  - Fix MANIFEST
  - Add perlcritic test and make code comply
index da8909850b51a61805951d47595ff44037cb2be4..b1a1f6896e8b57bd3365b7b4e5c4b5c00acb6e00 100644 (file)
@@ -12,6 +12,7 @@ WriteMakefile(
        SIGN              => 1,
        PREREQ_PM         => {
                qw/POE::Component::IRC::State 0
+                  POE                        0
                   IRC::Utils                 0
                   DBI                        0
                   DBD::SQLite                0
diff --git a/README b/README
index f037b4c64e72d4ace9cd9d5396b88dab6cf08474..59ee7eb5614b6e1d329acbc7c587e361284f6920 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-Statsbot version 0.001002
-=============================
+App-Statsbot version 1.000
+==========================
 
 statsbot is a simple IRC bot that tracks the people that inhabit a
 channel. It is able to answer queries of the form "In the last <time
index 8e03642918d06901de6d112590b651a6ea766b8a..701c6c56e6bbf0beab018c2f309927440c323135 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001002';
+our $VERSION = '1.000';
 
 use POE;
 use POE::Component::IRC::State;
@@ -265,7 +265,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2013-2015 by Marius Gavrilescu
+Copyright (C) 2013-2016 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.2 or,
index de88ae232a4a93c6ad8a027a787c9d8249edcf3d..30be4cded3ba0d075c3a499857893fca529b358a 100755 (executable)
--- a/statsbot
+++ b/statsbot
@@ -149,7 +149,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2013-2015 by Marius Gavrilescu
+Copyright (C) 2013-2016 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.2 or,
This page took 0.028277 seconds and 4 git commands to generate.