| Name: | perl-MIME-Types | 
|---|---|
| Version: | 2.17 | 
| Release: | 3.el8 | 
| Architecture: | noarch | 
| Group: | Unspecified | 
| Size: | 172866 | 
| License: | GPL+ or Artistic | 
| RPM: | perl-MIME-Types-2.17-3.el8.noarch.rpm | 
| Source RPM: | perl-MIME-Types-2.17-3.el8.src.rpm | 
| Build Date: | Mon Apr 29 2019 | 
| Build Host: | ca-build101.us.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://metacpan.org/release/MIME-Types | 
| Summary: | MIME types module for Perl | 
| Description: | MIME types are used in many applications, for instance as part of e-mail and HTTP traffic, to indicate the type of content that is transmitted. Sometimes detailed knowledge about a mime-type is need; however, this module only knows about the file-name extensions that relate to some file-type. It can also be used to produce the right format: types that are not registered at IANA need to use 'x-' prefixes.  | 
- Perl 5.28 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Update to 2.17
  - When picking a preferred type for an extension, prefer the type with the
    same minor-name
  - Remove IANA obsoleted types
  - Update to 2.16 - Collecting of IANA info had stalled: logic rewritten - Moved to git and GitHub - Move scripts and source files into MANIFEST.extra - Update types and extensions
- Update to 2.14 - MojoX should not die on missing types (CPAN RT#123298) - Drop EL-5 support - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %install section - Drop explicit %clean section
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Perl 5.24 rebuild
- Update to 2.13 - Not all information was extracted from the Apache tables - Simplify find command using -delete