From 108c4ab3669e263875df3fb68dc8e2edf7783ef2 Mon Sep 17 00:00:00 2001 From: doy Date: Sat, 6 Dec 2008 23:04:04 -0500 Subject: remove one more each_match from the tests --- t/100-collection.t | 5 ----- 1 file changed, 5 deletions(-) diff --git a/t/100-collection.t b/t/100-collection.t index d128727..ed360fe 100644 --- a/t/100-collection.t +++ b/t/100-collection.t @@ -23,11 +23,6 @@ has foos => ( default => sub { [] }, ); -sub each_match { - my $self = shift; - Foo->each_match($self->foos, @_); -} - sub first_match { my $self = shift; Foo->first_match($self->foos, @_); -- cgit v1.2.3-54-g00ecf