File: author-mojibake.t

package info (click to toggle)
libbio-variation-perl 1.7.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 444 kB
  • sloc: perl: 3,217; xml: 946; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (50)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}


use strict;
use warnings qw(all);

use Test::More;
use Test::Mojibake;

all_files_encoding_ok();