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
SIGN => 1,
PREREQ_PM => {
qw/POE::Component::IRC::State 0
+ POE 0
IRC::Utils 0
DBI 0
DBD::SQLite 0
-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
use strict;
use warnings;
-our $VERSION = '0.001002';
+our $VERSION = '1.000';
use POE;
use POE::Component::IRC::State;
=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,
=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,