Skip Menu |

This queue is for tickets about the MIME-Types CPAN distribution.

Report information
The Basics
Id: 20968
Status: resolved
Priority: 0/
Queue: MIME-Types

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.16
Fixed in: (no value)



Subject: Undocumented exported functions.
MIME::Types has the folowing functions exported on demand but does not document them. by_suffix by_mediatype import_mime_types They are tested in the tests, but ironicly the tests don't test that they're exported as they call them fully qualified.
The default template for OODoc generating the pods forgot to include the FUNCTIONS chapter in the manual-pages. I have released a new version of the module to correct this. Now you can read: FUNCTIONS The next functions are provided for backward compatibility with MIME::Types versions 0.06 and below. This code originates from Jeff Okamoto The tests are the old ones. Please use the OO interface, because only those produce the correct results: you need the overloaded comparisons on the seperate MIME::Type definitions. Released 1.17 now. Thanks for the report. MarkOv