Parent Directory | Revision Log | Patch
revision 1.9 by wakaba, Sun Jun 23 12:16:10 2002 UTC | revision 1.10 by wakaba, Wed Jul 17 00:33:29 2002 UTC | |
---|---|---|
# | Line 9 Perl module for MIME charset. | Line 9 Perl module for MIME charset. |
9 | ||
10 | =cut | =cut |
11 | ||
12 | ## NOTE: You should not require/use other module (even it | |
13 | ## is part of Message::* Perl Modules) as far as possible, | |
14 | ## to be able to use this module (M::M::Charset) from | |
15 | ## other (non-Message::*) modules. | |
16 | ||
17 | package Message::MIME::Charset; | package Message::MIME::Charset; |
18 | use strict; | use strict; |
19 | use vars qw(%CHARSET %REG $VERSION); | use vars qw(%CHARSET %REG $VERSION); |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |