File: 00-load.t

package info (click to toggle)
libtest-if-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: perl: 1,833; sh: 22; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env perl

use strict;
use lib::abs '../lib';
use Test::More tests => 1;

BEGIN {
	use_ok( 'Test::If' );
}

diag( "Testing Test::If $Test::If::VERSION, Perl $], $^X" );