File: TEST.PL

package info (click to toggle)
libapache-request-perl 1.33-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,556 kB
  • ctags: 202
  • sloc: sh: 8,329; ansic: 1,289; perl: 298; makefile: 54
file content (10 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!perl

use strict;
use warnings FATAL => 'all';

use lib qw(lib Apache-Test/lib);

use Apache::TestRunPerl ();

Apache::TestRunPerl->new->run(@ARGV);