File: single-level-server-root.t

package info (click to toggle)
libhtml-mason-perl 1%3A1.59-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,812 kB
  • sloc: perl: 8,618; sh: 49; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
use warnings;

use File::Spec;
use lib 'lib', File::Spec->catdir( 't', 'lib' );

use Mason::ApacheTest;

Mason::ApacheTest->run_tests(
    apache_define => 'single_level_serverroot',
    with_handler  => 0,
    test_sets     => [qw( standard )],
);