From 2da997c83807b4040c91426d476fc0aaed9a29a1 Mon Sep 17 00:00:00 2001
From: Alexandre Morignot <erdnaxeli@cervoi.se>
Date: Tue, 10 Feb 2015 23:13:47 +0100
Subject: [PATCH] commands::get::query is mutable

hopefully this will help !cycle
---
 lib/commands/get/query.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/commands/get/query.pm b/lib/commands/get/query.pm
index cac4ec5..581e6aa 100644
--- a/lib/commands/get/query.pm
+++ b/lib/commands/get/query.pm
@@ -104,6 +104,4 @@ sub _equals {
     );
 }
 
-__PACKAGE__->meta->make_immutable;
-
 1;
-- 
GitLab