File: 01_ini.t

package info (click to toggle)
libnet-domain-tld-perl 1.67-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 96 kB
  • ctags: 9
  • sloc: perl: 330; makefile: 42
file content (5 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (10)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use Net::Domain::TLD qw ( tlds tld_exists );
$loaded = 1;
print "ok 1\n";