File: 00_load.t

package info (click to toggle)
libanyevent-dbi-perl 3.04-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 989; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (5)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use AnyEvent::DBI;
$loaded = 1;
print "ok 1\n";