File: 04_import_array.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 (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
BEGIN { $ENV{RELEASE_TESTING} = 0 };
use strict;
use warnings;
use Test::More;
use Test::Requires qw(
    Acme::Unknown::Missing::Module::Name
);
plan tests => 3;

fail 'do not reach here';