Revision history for File::ArchivableFormats
1.8 2020-06-02 03:20:25Z
*
Fix Path::Tiny glitches. Path::Tiny doesn't have a `seek` method
and thus fails in combination with File::MimeInfo::Magic.
It does however sees text/x-readme and text/markdown correctly,
added then to the DANS. Since it is text I consider this to be
valid (the spec might say differently, but Markdown is text and so
is a README file).
*
Remove version requirement of IO from 1.39, solved with Perl dep bump
*
Bump minimal perl version to 5.12
1.7 2019-03-10 23:41:39Z (TRIAL RELEASE)
*
Bump requirement of IO to 1.39
1.6 2019-03-09 17:40:35Z
*
Remove dependencies of Archive::Zip and File::LibMagic in favor of
File::MimeInfo::Magic
1.5 2019-02-15 07:29:24Z
*
Maintainer only changes:
Fix grammar: prefered to preferred
*
Add preferred_extension to tell which extension is preferred
1.4 2017-10-27 14:13:11Z
*
Fix author tests
*
Deduplicate types for text/plain & image/tiff (VANHOESEL)
*
Make sure Geographical Information aren't seen as audio/midi files
(VANHOESEL)
1.3 2017-08-30 23:44:30Z
*
Add gitlab CI configuration (Rudolf)
*
Fix Changes file
1.2 2017-08-30 22:28:34Z
*
First release to CPAN.
*
Add Archive::Zip as a dependency
*
Be able to plugin other plugins
1.1 2017-04-24 or so we think
*
Use ExifTools for MS Office files
1.0 2017-03-24 or so we think
*
Internal release at Zaaksysteem.nl
*
First version with DANS plugin