]> iEval git - app-fonbot-daemon.git/blobdiff - lib/App/FonBot/Daemon.pm
Bump version and update Changes
[app-fonbot-daemon.git] / lib / App / FonBot / Daemon.pm
index 9ef7b15567210c0583beb8022cb74506d2f98870..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;
@@ -22,14 +22,14 @@ use constant PLUGINS => map { "App::FonBot::Plugin::$_" } qw/Config Common OFTC
 ##################################################
 
 sub run{
-  Log::Log4perl->init('/etc/fonbotd/log4perl.conf');
-  chdir '/var/lib/fonbot';
-  $_->init for PLUGINS;
-  POE::Kernel->run
+       Log::Log4perl->init('/etc/fonbotd/log4perl.conf');
+       chdir '/var/lib/fonbot';
+       $_->init for PLUGINS;
+       POE::Kernel->run;
 }
 
 sub finish{
-  $_->fini for reverse PLUGINS
+       $_->fini for reverse PLUGINS
 }
 
 1;
This page took 0.026415 seconds and 4 git commands to generate.