Reorganize directory
This commit is contained in:
parent
12dce591bb
commit
10e3e1f745
26 changed files with 371 additions and 477 deletions
14
file_processing/t/00-load.t
Normal file
14
file_processing/t/00-load.t
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
use Test2::V0;
|
||||
use Test2::Plugin::Times;
|
||||
use Test2::Plugin::ExitSummary;
|
||||
use Test2::Plugin::NoWarnings;
|
||||
use FindBin qw($Bin);
|
||||
use lib "$Bin/../lib";
|
||||
|
||||
|
||||
plan(1);
|
||||
BEGIN {
|
||||
use ProcessDirectories;
|
||||
|
||||
pass('Module loads correctly.');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue