Reorganize directory
This commit is contained in:
parent
12dce591bb
commit
10e3e1f745
26 changed files with 371 additions and 477 deletions
19
file_processing/t/02-archive-files.t
Normal file
19
file_processing/t/02-archive-files.t
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
use Modern::Perl;
|
||||
use Carp qw/carp croak/;
|
||||
|
||||
use Test2::V0;
|
||||
use Test2::Tools::Subtest qw/subtest_streamed/;
|
||||
use Test2::Plugin::ExitSummary;
|
||||
# use Test2::Tools::Exception qw/dies lives/;
|
||||
use Test2::Plugin::NoWarnings;
|
||||
# use Cwd qw(cwd);
|
||||
use File::Path qw(remove_tree make_path);
|
||||
use Time::Piece qw/localtime/;
|
||||
|
||||
# Order is important
|
||||
use FindBin qw($Bin);
|
||||
use lib "$Bin/../lib";
|
||||
use ProcessDirectories;
|
||||
|
||||
use File::Temp qw/ tempfile tempdir /;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue