File: 1_load.t

package info (click to toggle)
libnet-httpserver-perl 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: perl: 2,763; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (4)
1
2
3
4
5
use lib "t/lib";
use Test::More tests=>1;

BEGIN{ use_ok( "Net::HTTPServer" ); }