mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Cleaned up run-tests.pl
This commit is contained in:
parent
58dc9a5886
commit
09f875de93
1 changed files with 7 additions and 7 deletions
14
run-tests.pl
14
run-tests.pl
|
@ -4,13 +4,13 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use autodie;
|
use autodie;
|
||||||
|
|
||||||
use Cwd ();
|
use Cwd ();
|
||||||
use File::Spec ();
|
use File::Spec ();
|
||||||
use File::Copy qw/ copy /;
|
use File::Copy qw/ copy /;
|
||||||
use File::Path qw/ mkpath /;
|
use File::Path qw/ mkpath /;
|
||||||
use Getopt::Long qw/ GetOptions /;
|
use Getopt::Long qw/ GetOptions /;
|
||||||
use Env::Path ();
|
use Env::Path ();
|
||||||
use Path::Tiny qw/ path /;
|
use Path::Tiny qw/ path /;
|
||||||
use File::Basename qw/ basename dirname /;
|
use File::Basename qw/ basename dirname /;
|
||||||
|
|
||||||
my $bindir = dirname(__FILE__);
|
my $bindir = dirname(__FILE__);
|
||||||
|
|
Loading…
Add table
Reference in a new issue