14 lines
No EOL
239 B
Perl
14 lines
No EOL
239 B
Perl
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.');
|
|
} |