From 4572f10e6083faf12db13f74e688eeb47345d131 Mon Sep 17 00:00:00 2001 From: John Karr Date: Mon, 26 Aug 2024 01:33:54 -0400 Subject: [PATCH] 2.05 fix 1 reference to switch that was missed. --- Changes | 2 +- lib/Vote/Count/TieBreaker.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 3cfa13e..4bb7fa4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,5 @@ Revision history for Vote::Count -2.04 Aug 1999999999, 2024 given/when deprecation. +2.05 Aug 25, 2024 deprecation of switch feature (given/when) 2.03 Nov 11, 2022 remove ghost dependencies, review dependencies. 2.01 June 30, 2021 lc tiebreakmethod in tiebreaker, improvements to untielist. added strict moose attribute checking. diff --git a/lib/Vote/Count/TieBreaker.pm b/lib/Vote/Count/TieBreaker.pm index db91b81..7faf043 100644 --- a/lib/Vote/Count/TieBreaker.pm +++ b/lib/Vote/Count/TieBreaker.pm @@ -2,7 +2,7 @@ use strict; use warnings; use 5.024; -use feature qw /postderef signatures switch/; +use feature qw /postderef signatures/; package Vote::Count::TieBreaker; use Moose::Role;