[Bps-public-commit] r16417 - in Path-Dispatcher/trunk: lib/Path/Dispatcher
sartak at bestpractical.com
sartak at bestpractical.com
Tue Oct 21 10:34:35 EDT 2008
Author: sartak
Date: Tue Oct 21 10:34:35 2008
New Revision: 16417
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher/Dispatch.pm
Log:
r74253 at onn: sartak | 2008-10-21 10:30:53 -0400
Remove add_redispatch
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Dispatch.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Dispatch.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Dispatch.pm Tue Oct 21 10:34:35 2008
@@ -20,15 +20,6 @@
# alias add_matches -> add_match
__PACKAGE__->meta->add_method(add_matches => __PACKAGE__->can('add_match'));
-sub add_redispatches {
- my $self = shift;
- my @dispatches = @_;
-
- for my $dispatch (@dispatches) {
- $self->add_matches($dispatch->matches);
- }
-}
-
sub run {
my $self = shift;
my @args = @_;
More information about the Bps-public-commit
mailing list