File: 00_load.t

package info (click to toggle)
libdata-util-perl 0.67-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 556 kB
  • sloc: perl: 2,958; ansic: 416; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!perl -wT

use Test::More tests => 1;

BEGIN {
	use_ok( 'Data::Util' );
}

my $backend = $Data::Util::TESTING_PERL_ONLY ? 'PurePerl' : 'XS';
diag( "Testing Data::Util $Data::Util::VERSION ($backend)" );