File: 00-load.t

package info (click to toggle)
libtest-more-utf8-perl 0.05-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 104; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict;
use warnings;
use Test::More tests => 1;

BEGIN { use_ok( 'Test::More::UTF8' ); }

diag( "Testing Test::More::UTF8 $Test::More::UTF8::VERSION, Perl $], $^X" );