File: Changes

package info (click to toggle)
libemail-mime-createhtml-perl 1.042-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 632; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Revision history for perl module Email::MIME::CreateHTML

1.042 2018-01-26
    - Require MIME::Types 2.17 (2.16 had a breaking bug) (VANSTYN)

1.041 2015-01-18
    - Support non-ASCII HTML (PR #1) - Christoph Halbartschlager (christophhalbi)

1.040 2014-08-19
    - POD tweaks
    - Replace CVS-style VERSION with simple scalar version
    - Added config for Travis CI w/ coveralls
    - Add support for perl-5.18 and higher (fixes RT#90063, RT#85953 and RT#96806)
    - Convert to use Dist::Zilla (fixes RT#61245)
    - Updated Changes file format

1.030 2010-02-12
    Add no_index for Email::MIME

1.029 2010-02-10
    Add Carp to fix warnings (CPAN RT51208)
    Insist on 3.15 of HTML::TokeParser::Simple (CPAN RT 28788)
    POD Syntax fix

1.026 2006-10-26
    * General bug-avoidance changes
    * Update for PEP website
    * Misc spelling fixes