summarylogtreecommitdiffstats
path: root/kill-canary.patch
blob: 0ab52524e5f20ad9861542db7dfe5a7f5a368912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,8 +1,6 @@
 use 5.010001; # for utf-8, and Time::Piece
 use ExtUtils::MakeMaker;
 
-use Canary::Stability CBOR::XS => 1, 5.010001;
-
 WriteMakefile(
     dist	 => {
 	             PREOP	=> 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
@@ -15,6 +13,6 @@
        common::sense     => 0,
        Types::Serialiser => 0,
     },
-    CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
+    CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52 },
 );