File: all.t

package info (click to toggle)
libapache2-reload-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 339; makefile: 19; sh: 5
file content (7 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
use strict;
use warnings FATAL => 'all';

use Apache::Test;
plan tests => 1, need_module('mod_perl.c');

ok(1);