File: author-mojibake.t

package info (click to toggle)
libfile-libmagic-perl 1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 648 kB
  • ctags: 895
  • sloc: perl: 1,985; ansic: 161; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for testing by the author');
  }
}


use strict;
use warnings qw(all);

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

all_files_encoding_ok();