File: prereq_ok.t

package info (click to toggle)
libtest-prereq-perl 2.005-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 266; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use Test::More 1.00;

BEGIN { use_ok "Test::Prereq" }

subtest no_ignore => sub {
	my @ignore = ();
	my $rc = prereq_ok( undef, undef, \@ignore );
	};

done_testing();