File: 00_load.t

package info (click to toggle)
libasync-interrupt-perl 1.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 224 kB
  • sloc: ansic: 1,206; perl: 103; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (6)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use Async::Interrupt;
$loaded = 1;
print "ok 1\n";