File: 00_compile.t

package info (click to toggle)
libtest-requires-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 65; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
use strict;
use Test::More tests => 1;

BEGIN { use_ok 'Test::Requires' }
diag "Test::More: $Test::More::VERSION";