File: import.t

package info (click to toggle)
libtest-exception-perl 0.43-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 400; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#! /usr/bin/perl -Tw

use strict;
use warnings;
use Test::More;

BEGIN { use_ok( 'Test::Exception', tests => 2 ) };

is( Test::Builder->new->expected_tests, 2, 'Test::Exception set plan' );