Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
explicitly pull in getcwd from Cwd
  • Loading branch information
timo committed Feb 28, 2015
1 parent 56af077 commit 78eaa68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -36,7 +36,7 @@ =head1 AUTHOR
use Carp qw(confess);
use Data::Dumper;
use FindBin;
use Cwd;
use Cwd qw(getcwd);
use lib 'lib';
use EvalbotExecuter;
use IRC::FromANSI::Tiny;
Expand Down

0 comments on commit 78eaa68

Please sign in to comment.