File: 00-load.t

package info (click to toggle)
libmodule-starter-plugin-tt2-perl 0.125-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 151; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
use Test::More tests => 1;

BEGIN {
use_ok( 'Module::Starter::Plugin::TT2' );
}

diag( "Testing Module::Starter::Plugin::TT2 $Module::Starter::Plugin::TT2::VERSION" );