The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Email::MIME::ContentType

1.028     2023-01-08 19:26:20-05:00 America/New_York
        - update author info

1.027     2022-09-04 04:11:43-05:00 America/Chicago
        - add a (for now undocumented) $PRE_2231_FORM package variable; if set
          to false, when RFC2231-style parameters are used, a pre-RFC2231-style
          version will *not* also be provided; this variable is true by default

1.026     2021-01-10 15:31:45-05:00 America/New_York
        - don't use more memory than necessary to store parts of an encoded
          parameter (thanks, Pali)

1.024     2020-05-24 10:19:20-04:00 America/New_York
        - no changes since stable release

1.023     2020-05-09 14:51:41-04:00 America/New_York (TRIAL RELEASE)
        - All of this release is thanks to Pali Rohár, who suffered through a
          long period of waiting while RJBS, the maintainer, let the module
          languish.  Thank you for your patience, Pali and everybody else.

        - silence an uninitalized value warning
        - avoid allowing non-Latin digits in numbers
        - add new functions build_content_type() and build_content_disposition

1.022     2017-08-31 09:16:58-04:00 America/New_York
        - add parse_content_disposition (thanks, Pali Rohár)

1.021     2017-08-02 19:35:56-04:00 America/New_York
        - reject non-ASCII and control characters in strict mode (thanks, Pali
          Rohár)

1.020     2017-07-25 12:39:31-04:00 America/New_York
        - unbreak Email::MIME (which violates encapsulation (again))
        - eliminate some @_ / $_ confusion

1.019     2017-07-06 16:06:19-04:00 America/New_York (TRIAL RELEASE)
        - better parsing all around, thanks to Pali Rohár:
        - support for RFC 2231 (character set and parameter continuations)
        - support for RFC 2822 comments
        - we only Carp if header-parsing fails now
        - we're more lenient in dealing with spaces around tokens

1.018     2015-04-07 19:46:00-04:00 America/New_York
        - cope with space between "=" and parameter values, like:
          charset= "utf-8"

1.017     2013-08-10 23:19:14 America/New_York
        - make $STRICT_PARAMS actually work! (thanks, Matthew Green!)
          [rt.cpan.org #87460]

1.016     2013-08-10 23:14:42 America/New_York
        - correct the longstanding and embarrassing misuse of "discrete" and
          "composite" to mean "type" and "subtype"; the returned data still
          contains the wrong old names so your code shouldn't break

        - repackage to update bugtracker, repo, etc.

1.015     2009-01-22
        - add repo metadata

1.014     2007-03-22
        - packaging improvements

1.013     2007-03-20
        - fix significantly broken SYNOPSIS

1.012     2006-11-25
        - allow carp-avoidance through (ugh) package variable; bug 14076

1.011     2006-10-12
        - clearer special case for undef/empty content-type
          (thanks, JESSE!)

1.01
        - typo fix in documentation by John Linderman.
        - new author, Casey West.
        - Fix bug with blank space following parameters.

0.01      Wed Jan  7 17:38:23 2004
        - original version; created by h2xs 1.22 with options
          -AX -b 5.6.0 -n Email::MIME::ContentType