Show
Ignore:
Timestamp:
02/24/09 16:06:30 (4 years ago)
Author:
kazuho
Message:

add mimimal pod

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Encode-compat-MIME-Header-ISO_2022_JP/trunk/lib/Encode/compat/MIME/Header/ISO_2022_JP.pm

    r30487 r30489  
    146146 
    1471471; 
     148__END__ 
     149 
     150=head1 NAME 
     151 
     152Encode::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 
     163Encode::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 
     167This 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 
     171This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. 
     172 
     173See http://www.perl.com/perl/misc/Artistic.html 
     174 
     175=cut