File: 00_load.t

package info (click to toggle)
libanyevent-fork-perl 1.32-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 248; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}

use AnyEvent::Fork;
use AnyEvent::Fork::Serve;

$loaded = 1;
print "ok 1\n";