mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 17:55:42 -04:00
setting up for new server
This commit is contained in:
parent
60f0ba278d
commit
c1a7c38dfe
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
#!/usr/bin/perl
|
#!/home/ryan/perl5/perlbrew/perls/perl-5.14.1/bin/perl
|
||||||
|
|
||||||
use lib '/home/farnsworth/perl5/lib/perl5';
|
|
||||||
use local::lib;
|
|
||||||
# Guess we're being activated inside bin/, so go up a directory.
|
# Guess we're being activated inside bin/, so go up a directory.
|
||||||
BEGIN { if( not -e 'lib' and not -e 'etc' and -e 'bb3' ) { chdir ".."; } }
|
BEGIN { if( not -e 'lib' and not -e 'etc' and -e 'bb3' ) { chdir ".."; } }
|
||||||
|
|
||||||
use lib 'lib';
|
use FindBin;
|
||||||
|
use lib "$FindBin::Bin/../lib";
|
||||||
use EvalServer;
|
use EvalServer;
|
||||||
use POSIX qw/setsid/;
|
use POSIX qw/setsid/;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue