From d46261866e9d75d6f385a6528b42763eff01a7f8 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <[email protected]>
Date: Sat, 9 Apr 2016 17:06:10 +0200
Subject: [PATCH] remove Canary::Stability

---
META.json   | 1 -
META.yml    | 1 -
Makefile.PL | 3 ---
3 files changed, 5 deletions(-)

diff --git a/META.json b/META.json
index 7fb69e7..5746489 100644
--- a/META.json
+++ b/META.json
@@ -27,7 +27,6 @@
      },
      "configure" : {
         "requires" : {
-            "Canary::Stability" : "0",
            "ExtUtils::MakeMaker" : "6.52"
         }
      },
diff --git a/META.yml b/META.yml
index d1670de..a18e897 100644
--- a/META.yml
+++ b/META.yml
@@ -5,7 +5,6 @@ author:
build_requires:
  ExtUtils::MakeMaker: '0'
configure_requires:
-  Canary::Stability: '0'
  ExtUtils::MakeMaker: '6.52'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150001'
diff --git a/Makefile.PL b/Makefile.PL
index 0a5d01c..edb3c3c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,5 @@
use ExtUtils::MakeMaker;

-use Canary::Stability Array::Heap => 1, 5.006;
-
WriteMakefile(
    dist       => {
                   PREOP       => 'pod2text Heap.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
@@ -12,7 +10,6 @@ WriteMakefile(
    VERSION_FROM => "Heap.pm",
    CONFIGURE_REQUIRES => {
       "ExtUtils::MakeMaker" => 6.52,
-       "Canary::Stability"   => 0,
    },
);

--
2.1.2