Skip to content

Commit

Permalink
Add findbin to allow easy uinstalled execution
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Jan 7, 2009
1 parent 9133f93 commit 4811505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -23,6 +23,7 @@ requires 'MooseX::SimpleConfig';
requires 'MooseX::Getopt' => '0.15';
requires 'MooseX::Log::Log4perl::Easy';
requires 'Proc::Daemon';
requires 'FindBin';

eval {
system 'pod2text lib/POE/Component/Server/Twirc.pm > README';
Expand Down
2 changes: 2 additions & 0 deletions bin/twirc
@@ -1,6 +1,8 @@
#!/usr/bin/perl
use warnings;
use strict;
use FindBin;
use lib "$FindBin::Bin/../lib";
use App::Twirc;

my $app = App::Twirc->new_with_options();
Expand Down

0 comments on commit 4811505

Please sign in to comment.