File: used_modules.t

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

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

eval {
    require Test::UsedModules;
};
plan skip_all => "Test::UsedModules required for testing variables" if $@;

Test::UsedModules::all_used_modules_ok();