This file is indexed.

/usr/share/perl5/MIME/Charset/Defaults.pm.sample is in libmime-charset-perl 1.012-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#-*- perl -*-

package MIME::Charset;

=head1 NAME

MIME::Charset::Defaults - Configuration for MIME::Charset

=head1 SYNOPSIS

Edit this file and place it on MIME/Charset/Defaults.pm to activate custom
settings.

=head1 DESCRIPTION

Following settings are available.

=over 4

=item Detect7bit

=item Replacement

=item Mapping

=back

=head1 SEE ALSO

L<MIME::Charset>

=cut

#--------------------------------------------------------------------------#
# Add your own settings below.
#--------------------------------------------------------------------------#

## Default settings on current release are:
# $Config->{Detect7bit} = 'YES';
# $Config->{Replacement} = 'DEFAULT';
# $Config->{Mapping} = 'EXTENDED';

1;