1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-03-12 04:07:01 -04:00

Cleaned up run-tests.pl

This commit is contained in:
Joe R 2022-06-17 18:41:11 -04:00
parent 58dc9a5886
commit 09f875de93

View file

@ -4,13 +4,13 @@ use strict;
use warnings;
use autodie;
use Cwd ();
use File::Spec ();
use File::Copy qw/ copy /;
use File::Path qw/ mkpath /;
use Getopt::Long qw/ GetOptions /;
use Env::Path ();
use Path::Tiny qw/ path /;
use Cwd ();
use File::Spec ();
use File::Copy qw/ copy /;
use File::Path qw/ mkpath /;
use Getopt::Long qw/ GetOptions /;
use Env::Path ();
use Path::Tiny qw/ path /;
use File::Basename qw/ basename dirname /;
my $bindir = dirname(__FILE__);