/[MIME-EncWords]/trunk/EncWords/Defaults.pm.sample
ViewVC logotype

Contents of /trunk/EncWords/Defaults.pm.sample

Parent Directory Parent Directory | Revision Log Revision Log


Revision 64 - (show annotations) (download)
Sat Apr 19 11:48:46 2008 UTC (2 years, 4 months ago) by hatukanezumi
File size: 1185 byte(s)
* Perl <= 5.6.2: Suppress ``Useless use of a constant in void context'' warnings.
* Correct META.yml & MANIFEST.
1 #-*- perl -*-
2
3 package MIME::EncWords;
4
5 =head1 NAME
6
7 MIME::EncWords::Defaults - Configuration for MIME::EncWords
8
9 =head1 SYNOPSIS
10
11 Edit this file and place it on MIME/EncWords/Defaults.pm to activate custom
12 settings.
13
14 =head1 DESCRIPTION
15
16 Following settings are derived from MIME/Charset/Defaults.pm,
17 but you may override them for this module locally.
18
19 =over 4
20
21 =item Detect7bit
22
23 =item Mapping
24
25 =item Replacement
26
27 =back
28
29 Following settings are specific to this module.
30
31 =over 4
32
33 =item Charset
34
35 =item Encoding
36
37 =item Field
38
39 =item Folding
40
41 =item MaxLineLen
42
43 =item Minimal
44
45 =back
46
47 =head1 SEE ALSO
48
49 L<MIME::EncWords>
50
51 =cut
52
53 #--------------------------------------------------------------------------#
54 # Add your own settings below.
55 #--------------------------------------------------------------------------#
56
57 ## Default settings on MIME::Charset are:
58 # $Config->{Detect7bit} = 'YES';
59 # $Config->{Mapping} = 'EXTENDED';
60 # $Config->{Replacement} = 'DEFAULT';
61
62 ## Default settings on current release are:
63 # $Config->{Charset} = 'ISO-8859-1';
64 # $Config->{Encoding} = 'A';
65 # $Config->{Field} = undef;
66 # $Config->{Folding} = "\n";
67 # $Config->{MaxLineLen} = 76;
68 # $Config->{Minimal} = 'YES';
69
70 1;

  ViewVC Help
Powered by ViewVC 1.1.5