File: 00-load.t

package info (click to toggle)
libcheck-isa-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 120 kB
  • sloc: perl: 287; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use 5.006;
use strict;
use warnings FATAL => 'all';
use Test::More tests => 1;

BEGIN { use_ok('Check::ISA') || print "Bail out!\n"; }
diag( "Testing Check::ISA $Check::ISA::VERSION, Perl $], $^X" );