Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the File-MimeInfo CPAN distribution.

Report information
The Basics
Id: 89328
Status: resolved
Priority: 0/
Queue: File-MimeInfo

People
Owner: Nobody in particular
Requestors: jplesnik [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.19
Fixed in: (no value)



Subject: mimetype, mimeopen should be set as executable files
mimetype, mimeopen should be set as executable files in Makefile.PL Fix is in attachment.
Subject: File-MimeInfo-0.19-exe_files.patch
diff -up File-MimeInfo-0.19/Makefile.PL.orig File-MimeInfo-0.19/Makefile.PL --- File-MimeInfo-0.19/Makefile.PL.orig 2013-10-08 10:50:32.742363190 +0200 +++ File-MimeInfo-0.19/Makefile.PL 2013-10-08 10:50:47.525496537 +0200 @@ -33,6 +33,7 @@ WriteMakefile 'test' => { 'TESTS' => "t/*.t" }, + 'EXE_FILES' => [ 'mimetype', 'mimeopen' ], META_MERGE => { resources => { repository => 'https://github.com/mbeijen/File-MimeInfo',
Thanks for the fix. 0.20 is on its way to CPAN.