- Update to 1.35:
- Explain how to use MIME::Types in mod_perl; when you do not read the
documentation about mod_perl/fork it will work as always, but
inefficiently
- subType() did not handle subType's with '+' in them
- Added video/webm and audio/webm, although not (yet) IANA registered
- BR: perl(Carp) and perl(Exporter)
- BR: at least version 1.00 of perl(Test::Pod)
- Use a patch rather than scripted iconv to fix character encooding
- Don't need to remove empty directories from the buildroot
- Drop %defattr, redundant since rpm 4.4
- Use %{_fixperms} macro rather than our own chmod incantation
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't use macros for commands
- Make %files list more explicit
- New upstream release 1.31
- Added zillions of new types from debian's /etc/mime.types
- Changed table format, hopefully to speed-up load times per type, slightly
compensating for the increased list
- Fix typo (CPAN RT#55655)
- xlsx must be encoded binary
- Added f4v, f4p, f4a, f4b extensions for mpeg4 (CPAN RT#55168)
- Moved POD test to xt directory, reducing the number of dependencies