From d79ef6c83c3f2486473e790fe0c0c200a5a278e7 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven@rezic.de>
Date: Sun, 29 Sep 2024 18:28:42 +0200
Subject: [PATCH] remove unused switch feature (fix for GH#35)

---
 lib/Config/Model/Value.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Config/Model/Value.pm b/lib/Config/Model/Value.pm
index 81f73b2..213b7a3 100644
--- a/lib/Config/Model/Value.pm
+++ b/lib/Config/Model/Value.pm
@@ -13,7 +13,6 @@ use v5.20;
 
 use strict;
 use warnings;
-use feature "switch";
 
 use Mouse;
 use Mouse::Util::TypeConstraints;
-- 
2.11.0