1Dist::Zilla::Plugin::EnUcsoedrinCgo(n3t)ributed Perl DocDuimsetn:t:aZtiilolna::Plugin::Encoding(3)
2
3
4

NAME

6       Dist::Zilla::Plugin::Encoding - set the encoding of arbitrary files
7

VERSION

9       version 6.017
10

SYNOPSIS

12       This plugin allows you to explicitly set the encoding on some files in
13       your distribution. You can either specify the exact set of files (with
14       the "filenames" parameter) or provide the regular expressions to check
15       (using "match").
16
17       In your dist.ini:
18
19         [Encoding]
20         encoding = Latin-3
21
22         filename = t/esperanto.t  ; this file is Esperanto
23         match     = ^t/urkish/    ; these are all Turkish
24

ATTRIBUTES

26   encoding
27       This is the encoding to set on the selected files. The special value
28       "bytes" can be used to indicate raw files that should not be encoded.
29
30   filenames
31       This is an arrayref of filenames to have their encoding set.
32
33   matches
34       This is an arrayref of regular expressions.  Any file whose name
35       matches one of these regex will have its encoding set.
36
37   ignore
38       This is an arrayref of regular expressions.  Any file whose name
39       matches one of these regex will not have its encoding set. Useful to
40       ignore a few files that would otherwise be selected by "matches".
41

AUTHOR

43       Ricardo SIGNES 😏 <rjbs@cpan.org>
44
46       This software is copyright (c) 2020 by Ricardo SIGNES.
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.32.0                      2020-11-03  Dist::Zilla::Plugin::Encoding(3)
Impressum