File: 00-load.t

package info (click to toggle)
libapp-cmd-perl 0.337-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 512 kB
  • sloc: perl: 1,722; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl

use Test::More tests => 5;

BEGIN {
  use_ok( 'App::Cmd' );
  use_ok( 'App::Cmd::Command' );
  use_ok( 'App::Cmd::Command::commands' );
  use_ok( 'App::Cmd::Subdispatch' );
  use_ok( 'App::Cmd::Subdispatch::DashedStyle' );
}

diag( "Testing App::Cmd $App::Cmd::VERSION" );