Skip to content

Commit 78eaa68

Browse files
committed
explicitly pull in getcwd from Cwd
1 parent 56af077 commit 78eaa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalbot.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ =head1 AUTHOR
3636
use Carp qw(confess);
3737
use Data::Dumper;
3838
use FindBin;
39-
use Cwd;
39+
use Cwd qw(getcwd);
4040
use lib 'lib';
4141
use EvalbotExecuter;
4242
use IRC::FromANSI::Tiny;

0 commit comments

Comments
 (0)