X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=debian%2Fpatches%2F201_no-file-mmagic-xs.diff;h=91f3c0e81a69d5114a5dbd62f518ed7a5c65e639;hp=5383e73b5b010ed748f3e7349f0e28e6c6c1fecc;hb=dd425b2cb6384f804cc1eea9e45660ed6baeb2f1;hpb=fadcae3ffddebaa38da172f9624cc60176d80b33 diff --git a/debian/patches/201_no-file-mmagic-xs.diff b/debian/patches/201_no-file-mmagic-xs.diff index 5383e73..91f3c0e 100644 --- a/debian/patches/201_no-file-mmagic-xs.diff +++ b/debian/patches/201_no-file-mmagic-xs.diff @@ -7,7 +7,7 @@ -use File::MMagic::XS qw(:compat); +use File::MMagic; - our $VERSION = '2.111'; + our $VERSION = '2.13'; -our $mmagic = File::MMagic::XS->new(); +our $mmagic = File::MMagic->new(); @@ -15,7 +15,7 @@ # - no leading underscore - public to custom application code and plugins --- maypole.orig/Makefile.PL +++ maypole/Makefile.PL -@@ -29,7 +29,7 @@ +@@ -26,7 +26,7 @@ Template::Plugin::Class => 0, Test::MockModule => 0, Digest::MD5 => 0,