| | 148 | __END__ |
| | 149 | |
| | 150 | =head1 NAME |
| | 151 | |
| | 152 | Encode::compat::MIME::Header::ISO_2022_JP - a compatibilty module for Encode::MIME::Header::ISO_2022_JP |
| | 153 | |
| | 154 | =head1 SYNOPSIS |
| | 155 | |
| | 156 | use Encode; |
| | 157 | use Encode::compat::MIME::Header::ISO_2022_JP; |
| | 158 | |
| | 159 | my $subject = encode('MIME-Header-ISO_2022_JP', $utf8_string); |
| | 160 | |
| | 161 | =head1 DESCRIPTION |
| | 162 | |
| | 163 | Encode::compat::MIME::Header::ISO_2022_JP provides support for C<MIME-Header-ISO_2022_JP> encoding on perl < 5.8.8. |
| | 164 | |
| | 165 | =head1 COPYRIGHT |
| | 166 | |
| | 167 | This module is mostly a dead copy of C<Encode::MIME::Header::ISO_2022_JP>. For copyright information please refer to the AUTHORS file of C<Encode>. |
| | 168 | |
| | 169 | =head1 LICENSE |
| | 170 | |
| | 171 | This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
| | 172 | |
| | 173 | See http://www.perl.com/perl/misc/Artistic.html |
| | 174 | |
| | 175 | =cut |