1CHECK_PERLDIAG(1) User Contributed Perl Documentation CHECK_PERLDIAG(1)
2
3
4
6 check_perldiag - check a localized version of peldiag for consistency
7
9 From the command line:
10
11 check_perldiag POD2::FR::perldiag
12
14 This script compares a translated version of peldiag with the default
15 peldiag installed with perl. It compares each error message in the two
16 files and tells you if they do not match. A warning is issued if the
17 two files contain a different number of error messages defined.
18
20 Petar Shangov, "<pshangov at yahoo.com>"
21
23 Copyright 2008 Petar Shangov, all rights reserved.
24
25 This program is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself.
27
28
29
30perl v5.12.0 2010-05-15 CHECK_PERLDIAG(1)