File: 000_load.t

package info (click to toggle)
libunicode-utf8-perl 0.62-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: perl: 2,365; sh: 6; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl

use strict;
use warnings;

use Test::More tests => 1;

BEGIN {
    use_ok('Unicode::UTF8');
}

diag("Unicode::UTF8 $Unicode::UTF8::VERSION, Perl $], $^X");