File: single-level-server-root.t

package info (click to toggle)
libhtml-mason-perl 1%3A1.39-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,072 kB
  • ctags: 1,535
  • sloc: perl: 17,624; sh: 187; makefile: 12
file content (14 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 ) ],
    );