mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-09 03:25:41 -04:00
moving to linode
This commit is contained in:
parent
4c61d8bd18
commit
111635d4bb
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ sub spawn_eval {
|
|||
}
|
||||
warn "Spawning Eval: $args->{code}\n";
|
||||
my $wheel = POE::Wheel::Run->new(
|
||||
Program => [ 'perl', $filename ],
|
||||
Program => [ '/home/farnsworth/perl5/perlbrew/perls/perl-5.14.0/bin/perl', $filename ],
|
||||
ProgramArgs => [ ],
|
||||
|
||||
CloseOnCall => 1, #Make sure all of the filehandles are closed.
|
||||
|
|
Loading…
Add table
Reference in a new issue