File: 00_load.t

package info (click to toggle)
libanyevent-http-perl 2.25-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 248 kB
  • sloc: perl: 625; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 124 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 AnyEvent::HTTP;
$loaded = 1;
print "ok 1\n";