Skip to content
Snippets Groups Projects
Commit cd6d7516 authored by intrigeri's avatar intrigeri
Browse files

Remove Squeeze-area compatibility code.

parent 57f873df
No related branches found
No related tags found
No related merge requests found
......@@ -80,11 +80,6 @@ sub options_are {
return unless @expected == @options;
# all {} returns true in List::MoreUtils 0.27~04 and later.
# It previously did not, and Squeeze has 0.25~02, so take care
# of empty equal lists ourselves.
return 1 unless @options;
all { $_ } pairwise {
defined($a) and defined($b) and $a eq $b
} @expected, @options;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment