]> git.decadent.org.uk Git - maypole.git/blobdiff - debian/patches/201_no-file-mmagic-xs.diff
Use File::MMagic::XS since it has now been packaged.
[maypole.git] / debian / patches / 201_no-file-mmagic-xs.diff
diff --git a/debian/patches/201_no-file-mmagic-xs.diff b/debian/patches/201_no-file-mmagic-xs.diff
deleted file mode 100644 (file)
index 91f3c0e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- maypole.orig/lib/Maypole.pm
-+++ maypole/lib/Maypole.pm
-@@ -10,10 +10,10 @@
- use URI();
- use URI::QueryParam;
- use NEXT;
--use File::MMagic::XS qw(:compat);
-+use File::MMagic;
- our $VERSION = '2.13';
--our $mmagic = File::MMagic::XS->new();
-+our $mmagic = File::MMagic->new();
- # proposed privacy conventions:
- # - no leading underscore     - public to custom application code and plugins
---- maypole.orig/Makefile.PL
-+++ maypole/Makefile.PL
-@@ -26,7 +26,7 @@
-         Template::Plugin::Class          => 0,
-         Test::MockModule                 => 0,
-         Digest::MD5                    => 0,
--      File::MMagic::XS                 => 0.08,
-+      File::MMagic                     => 1.21,
-       Class::DBI::Plugin::Type         => 0,
-     },    # e.g., Module::Name => 1.1
-     (