aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-JSON-XS/files/patch-Makefile.PL
blob: 391a1571aa2002cfdf2c5322cbaa9ccbb75be861 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Makefile.PL.orig	2016-04-25 19:04:54 UTC
+++ Makefile.PL
@@ -1,7 +1,6 @@
 use 5.008003;
 use ExtUtils::MakeMaker;
 
-use Canary::Stability JSON::XS => 1, 5.008003;
 
 WriteMakefile(
     dist	 => {
@@ -16,6 +15,6 @@ WriteMakefile(
        common::sense     => 0,
        Types::Serialiser => 0,
     },
-    CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
+    CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52 },
 );