File: 00-load.t

package info (click to toggle)
libdomain-publicsuffix-perl 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: perl: 14,272; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More tests => 1;

BEGIN {
	use_ok( 'Domain::PublicSuffix' );
}

diag( "Testing Domain::PublicSuffix $Domain::PublicSuffix::VERSION, Perl $], $^X" );