]> git.decadent.org.uk Git - maypole.git/blobdiff - debian/patches/201_no-file-mmagic-xs.diff
Updated patches for 2.13.
[maypole.git] / debian / patches / 201_no-file-mmagic-xs.diff
index 5383e73b5b010ed748f3e7349f0e28e6c6c1fecc..91f3c0e81a69d5114a5dbd62f518ed7a5c65e639 100644 (file)
@@ -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,