Dave Cross: Still Munging Data With Perl: Online event - Mar 27 Learn more
12345678910 use strict;use warnings;use Test::More tests => 1 + 1;use Test::NoWarnings;my $module = 'App::TemplateCMD::Command::Build';use_ok( $module );
use
strict;
warnings;
Test::More
tests
=> 1 + 1;
Test::NoWarnings;
my
$module
=
'App::TemplateCMD::Command::Build'
;
use_ok(
);