none
This commit is contained in:
parent
8f5ad2984a
commit
6cf58ae408
3 changed files with 17 additions and 3 deletions
|
|
@ -23,8 +23,9 @@
|
|||
use warnings;
|
||||
use strict;
|
||||
|
||||
use Cwd; # Fast way to get the current directory
|
||||
use lib getcwd();
|
||||
use Cwd qw(getcwd); # Fast way to get the current directory
|
||||
use FindBin qw($Bin);
|
||||
use lib $Bin;
|
||||
use Frontier::Daemon::OGP::Forking; # Forking XML-RPC server
|
||||
use File::Copy; # Simple file copy functions
|
||||
use File::Copy::Recursive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue