File: 0use.t

package info (click to toggle)
libnet-ident-perl 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 300 kB
  • ctags: 48
  • sloc: perl: 855; makefile: 2
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";