<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 290d5c886ff30c8adfaa5e941964bb060fed9dbe Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven.rezic@idealo.de&gt;
Date: Tue, 29 Nov 2016 16:49:29 +0100
Subject: [PATCH] make deprecation warnings silent (workaround for RT #119032)

---
 lib/Method/Signatures.pm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Method/Signatures.pm b/lib/Method/Signatures.pm
index 2927869..32ed461 100644
--- a/lib/Method/Signatures.pm
+++ b/lib/Method/Signatures.pm
@@ -1144,6 +1144,7 @@ our %mutc;
 # This is a helper function to initialize our %mutc variable.
 sub _init_mutc
 {
+    no warnings 'deprecated';
     require Any::Moose;
     Any::Moose-&gt;import('::Util::TypeConstraints');
 
-- 
1.7.9.5

</pre></body></html>