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

..03-May-2022-

lib/Email/MIME/H26-Jan-2018-1,168371

t/H26-Jan-2018-501333

COPYINGH A D26-Jan-201817.6 KiB341281

ChangesH A D26-Jan-2018853 2922

MANIFESTH A D26-Jan-2018711 3029

META.ymlH A D26-Jan-20181.4 KiB5857

Makefile.PLH A D26-Jan-20182.7 KiB11496

READMEH A D26-Jan-2018558 2012

dist.iniH A D26-Jan-20181.3 KiB4436

README

1Email::MIME::CreateHTML v1.030
2
3(c) BBC 2006. This program is free software; you can redistribute it and/or modify it under the GNU GPL.
4
5See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt
6
7QUICK START:
8
9Install Email::MIME::CreateHTML by unpacking the tarball and running the following
10commands in the source directory:
11
12    perl Makefile.PL
13    make
14    make test
15    make install
16    Then delete the source directory tree since it's no longer needed.
17
18Run 'perldoc Email::MIME::CreateHTML' to read the full documentation.
19
20