File: 00_compile.t

package info (click to toggle)
libtest-synopsis-expectation-perl 0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 216 kB
  • sloc: perl: 303; makefile: 2; sh: 1
file content (9 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use strict;
use Test::More;

use_ok $_ for qw(
    Test::Synopsis::Expectation
    Test::Synopsis::Expectation::Pod
);

done_testing;