File: 00_load.t

package info (click to toggle)
libfcgi-procmanager-maxrequests-perl 0.2-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 1,039; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'FCGI::ProcManager::MaxRequests' );
}

diag( "Testing FCGI::ProcManager::MaxRequests $FCGI::ProcManager::MaxRequests::VERSION, Perl $], $^X" );