]> iEval git - app-fonbot-daemon.git/blobdiff - lib/App/FonBot/Plugin/Config.pm
Bump version and update Changes
[app-fonbot-daemon.git] / lib / App / FonBot / Plugin / Config.pm
index 8bcb682e203b9252378cca9f471fd3f64382f840..877bf29ba2d9891cef1aea2347962c271e1439fe 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::Config;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
@@ -18,6 +18,7 @@ our @EXPORT_OK=qw/$oftc_enabled $oftc_nick @oftc_channels $oftc_nickserv_passwor
 our ($oftc_enabled, $oftc_nick, @oftc_channels, $oftc_nickserv_password);
 our ($bitlbee_enabled, $bitlbee_nick, $bitlbee_server, $bitlbee_port, $bitlbee_password);
 our ($dir, $user, $group, @supplementary_groups);
+our ($httpd_port);
 our ($email_batch_seconds, $email_from, $email_subject);
 
 ##################################################
@@ -103,7 +104,7 @@ Marius Gavrilescu C<< <marius@ieval.ro> >>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
This page took 0.02045 seconds and 4 git commands to generate.