File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 13.00
1+ 13.001
Original file line number Diff line number Diff line change 11# !/usr/bin/perl
2- # Copyright (c) 2010-16 , Mitchell Cooper
2+ # Copyright (c) 2010-17 , Mitchell Cooper
33use warnings; use strict; use 5.010;
44foreach ([qw( __WARN__ WARNING) ], [qw( TERM terminate ) ], [qw( KILL terminate) ],
55 [qw( INT terminate) ], [qw( PIPE signalpipe) ], [qw( HUP signalhup) ]) {
99 defined ($run_dir = shift @ARGV ) or die " No directory specified" ;
1010 die " Run directory does not exist" unless -d $run_dir ;
1111 chdir $run_dir or die " Can't access run directory" ;
12- foreach (map { " $run_dir /lib$_ " } (' ' , qw( /evented-object/lib
12+ foreach ($run_dir , map { " $run_dir /lib$_ " } (' ' , qw( /evented-object/lib
1313 /evented-api-engine/lib) )) { unshift @INC , $_ }
1414 require Evented::API::Engine;
1515}
You can’t perform that action at this time.
0 commit comments