File: 0use.t

package info (click to toggle)
libnet-ident-perl 1.20-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 152 kB
  • ctags: 20
  • sloc: perl: 832; makefile: 42
file content (6 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
# $Id: 0use.t,v 1.2 1999/03/08 23:27:19 john Exp $
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use Net::Ident qw(:fh :apache);
$loaded = 1;
print "ok 1\n";