Skip to content

Commit

Permalink
2.05 fix 1 reference to switch that was missed.
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbuz committed Aug 26, 2024
1 parent ebcb8fe commit 4572f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/Vote/Count/TieBreaker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4572f10

Please sign in to comment.