HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/mod_perl-2.0.12/Apache-Test/t/response/TestMore/testpm.pm
package TestMore::testpm;

use strict;
use warnings FATAL => qw(all);

use Apache::Test;
use Apache::TestUtil;

sub handler {

  plan shift, tests => 1;

  ok t_cmp(1, 1, 'called Apache::Test::ok()');

  0;
}

1;