From 26f283564402d6878d744950de74de439c10dbb3 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Mon, 29 Dec 2014 22:13:32 +0000 Subject: [PATCH] No longer require ttrts to be in the same directory --- perl/randomPlayer.pl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/perl/randomPlayer.pl b/perl/randomPlayer.pl index 11dd46f..a8362aa 100755 --- a/perl/randomPlayer.pl +++ b/perl/randomPlayer.pl @@ -3,15 +3,10 @@ use strict; use warnings; use Term::ANSIColor; -# From http://perlmaven.com/how-to-create-a-perl-module-for-code-reuse -# expect ttrts perl module in cwd -use File::Basename qw(dirname); -use Cwd qw(abs_path); -use lib dirname(abs_path($0)); - our $VERBOSE = $ENV{"VERBOSE"}; # Use our ttrts perl library +# located within the main https://github.com/mdiluz/ttrts repository use ttrts; our $usage_text=<