diff options
| author | Joel Martin <github@martintribe.org> | 2014-05-10 16:03:25 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-05-10 16:03:25 -0500 |
| commit | f26bc0110af9a6140a44cd01720ecadf0a3c8167 (patch) | |
| tree | a3509bdb9838e8d27cc7441dfc033596a253fca3 /perl/step2_eval.pl | |
| parent | 92474a1bef0daaa37187f6e9871bfe9ce63b4779 (diff) | |
| download | mal-f26bc0110af9a6140a44cd01720ecadf0a3c8167.tar.gz mal-f26bc0110af9a6140a44cd01720ecadf0a3c8167.zip | |
Perl: include from same directory.
Diffstat (limited to 'perl/step2_eval.pl')
| -rw-r--r-- | perl/step2_eval.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/step2_eval.pl b/perl/step2_eval.pl index 1655a29..0cbd697 100644 --- a/perl/step2_eval.pl +++ b/perl/step2_eval.pl @@ -1,5 +1,7 @@ use strict; use warnings FATAL => qw(all); +use File::Basename; +use lib dirname (__FILE__); use readline qw(mal_readline); use feature qw(switch); use Data::Dumper; |
