DEBSOURCES
Skip Quicknav
sources / libtest-command-perl / 0.11-5 / t / 00-load.t
123456789
#!perl -T use Test::More tests => 1; BEGIN { use_ok( 'Test::Command' ); } diag( "Testing Test::Command $Test::Command::VERSION, Perl $], $^X" );