1SCAN_MOJIBAKE(1) User Contributed Perl Documentation SCAN_MOJIBAKE(1)
2
3
4
6 scan_mojibake - scan Perl source and report bad character encoding
7
9 version 1.3
10
12 scan_mojibake [FILES|DIRS]
13
15 Standalone CLI wrapper for the Test::Mojibake module.
16
17 Does exactly the same as:
18
19 perl -MTest::Mojibake -e 'all_files_encoding_ok(@ARGV)' bin/ lib/ t/*.t
20
22 $ scan_mojibake bin/ lib/ t/*.t
23 1..14
24 ok 1 - Mojibake test for bin/scan_mojibake
25 ok 2 - Mojibake test for lib/Test/Mojibake.pm
26 ok 3 - Mojibake test for t/00-load.t
27 ok 4 - Mojibake test for t/01-bad-check.t
28 ok 5 - Mojibake test for t/01-self-check.t
29 ok 6 - Mojibake test for t/01-test-check.t
30 ok 7 - Mojibake test for t/02-bad-source.t
31 ok 8 - Mojibake test for t/02-good-source.t
32 ok 9 - Mojibake test for t/03-bad-pod.t
33 ok 10 - Mojibake test for t/03-good-pod.t
34 ok 11 - Mojibake test for t/04-bom.t
35 ok 12 - Mojibake test for t/05-encode.t
36 ok 13 - Mojibake test for t/06-pp-vs-xs.t
37 ok 14 - Mojibake test for t/07-broken-utf8.t
38
40 • Test::Mojibake
41
43 Stanislaw Pusep <stas@sysd.org>
44
46 This software is copyright (c) 2017 by Stanislaw Pusep.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.34.0 2022-03-11 SCAN_MOJIBAKE(1)