This commit is contained in:
Frank Harris 2026-06-07 19:15:52 -05:00
parent 8f5ad2984a
commit 6cf58ae408
3 changed files with 17 additions and 3 deletions

View file

@ -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