Skip to content

Commit

Permalink
made jlogger installable
Browse files Browse the repository at this point in the history
  • Loading branch information
und3f committed Aug 15, 2011
1 parent 2726724 commit 8823061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ requires 'DBI';

test_requires 'DBD::SQLite';

install_script 'script/jlogger';

WriteAll;
4 changes: 1 addition & 3 deletions script/jlogger.pl → script/jlogger
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
use strict;
use warnings;

use FindBin '$Bin';
use lib "$Bin/../lib/";

use AnyEvent;
use FindBin '$Bin';

use JLogger;
use JLogger::Config;
Expand Down

0 comments on commit 8823061

Please sign in to comment.