File: base.t

package info (click to toggle)
libnet-daemon-perl 0.38-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 184 kB
  • ctags: 38
  • sloc: perl: 752; makefile: 47
file content (11 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
# -*- perl -*-
#
#   $Id: base.t,v 1.2 1999/08/12 14:28:59 joe Exp $
#
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use Net::Daemon;
$loaded = 1;
print "ok 1\n";