summarylogtreecommitdiffstats
path: root/kill-canary.patch
blob: 492a1291dc30b8270cf27bf9c6fe0a207ee03d59 (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 . ;',
@@ -20,7 +18,6 @@
     },
     CONFIGURE_REQUIRES => {
        ExtUtils::MakeMaker => 6.64,
-       Canary::Stability   => 0,
     },
 );