File: run.t

package info (click to toggle)
libhostfile-manager-perl 0.09-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 462; makefile: 5; sh: 1
file content (9 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /usr/bin/perl -T

use strict;
use warnings;

use lib 't/tests';
use Test::Class::Load qw<t/tests>;

INIT { Test::Class->runtests( Test::Class->_test_classes ) }