summaryrefslogtreecommitdiff
path: root/xt/release/mojibake.t
blob: 390c632de239a5bc71139b00c7351c02e885c0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl

use strict;
use warnings qw(all);

use Test::More;

## no critic (ProhibitStringyEval, RequireCheckingReturnValueOfEval)
eval q(use Test::Mojibake);
plan skip_all => q(Test::Mojibake required for source encoding testing) if $@;

all_files_encoding_ok();