File: 00-load-basic.t

package info (click to toggle)
libtest-dependencies-perl 0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 229; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!perl

use Test::More 1.30;
use Test::Needs;


use_ok('Test::Dependencies');


done_testing;