forked from lix-project/hydra
tests: remove unnecessary Cwd imports
This commit is contained in:
parent
9a3af13c51
commit
014778344c
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Cwd;
|
||||
use JSON;
|
||||
use Setup;
|
||||
|
||||
|
|
Loading…
Reference in a new issue