File: 00-load.t

package info (click to toggle)
liblocale-msgfmt-perl 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 1,804; sh: 20; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
BEGIN {
	$|  = 1;
	$^W = 1;
}
use Test::More tests => 1;

use_ok('Locale::Msgfmt');