use strict; use warnings; use Test::More tests => 1 + 1; use Test::NoWarnings; my $module = 'App::TemplateCMD::Command::Describe'; use_ok( $module );