• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Email/MIME/H03-May-2022-1,508551

t/H31-Jul-2017-562459

ChangesH A D31-Jul-20171.3 KiB5038

INSTALL.SKIPH A D31-Jul-20177 21

LICENSEH A D31-Jul-201717.9 KiB380292

MANIFESTH A D31-Jul-2017594 2726

META.ymlH A D31-Jul-2017646 2221

Makefile.PLH A D31-Jul-2017944 4029

README.podH A D31-Jul-20171.1 KiB3523

dist.iniH A D31-Jul-2017605 2620

README.pod

1=for html
2<p>
3<a href="https://travis-ci.org/nwellnhof/Email-MIME-RFC2047?branch=master"><img src="https://travis-ci.org/nwellnhof/Email-MIME-RFC2047.svg?branch=master"></a>
4<a href="https://coveralls.io/r/nwellnhof/Email-MIME-RFC2047?branch=master"><img src="https://coveralls.io/repos/nwellnhof/Email-MIME-RFC2047/badge.svg?branch=master" alt="Coverage Status"></a>
5<a href="http://badge.fury.io/pl/Email-MIME-RFC2047"><img src="https://badge.fury.io/pl/Email-MIME-RFC2047.svg" alt="CPAN version"></a>
6</p>
7
8=head1 Correct handling of non-ASCII MIME headers
9
10This distribution tries to provide a correct and usable implementation of
11RFC 2047 "MIME Part Three: Message Header Extensions for Non-ASCII Text".
12
13=head2 Installation from a CPAN tarball
14
15    perl Makefile.PL
16    make
17    make test
18    make install
19
20=head2 Build from a repository checkout
21
22Make sure to install I<Dist::Zilla>. Then you can build and test with
23I<dzil>:
24
25    dzil test
26    dzil build
27
28=head2 Copyright
29
30This software is copyright (C) by Nick Wellnhofer.
31
32This is free software; you can redistribute it and/or modify it under
33the same terms as the Perl 5 programming language system itself.
34
35