File: pod-coverage.t

package info (click to toggle)
libanyevent-connection-perl 0.06-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 240 kB
  • ctags: 174
  • sloc: perl: 2,560; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#!/usr/bin/perl -w

print "1..1\n";
print "ok 1 - No coverage yet\n";
exit 0;
require Test::Pod::Coverage; # hack for kwalitee
require Test::NoWarnings;