[Bps-public-commit] r16419 - in Path-Dispatcher/trunk: lib/Path/Dispatcher/Rule
sartak at bestpractical.com
sartak at bestpractical.com
Tue Oct 21 10:36:26 EDT 2008
Author: sartak
Date: Tue Oct 21 10:36:25 2008
New Revision: 16419
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Dispatch.pm
Log:
r74257 at onn: sartak | 2008-10-21 10:36:04 -0400
"match" is what returns the PD::Match objects, not "_match"
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Dispatch.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Dispatch.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Dispatch.pm Tue Oct 21 10:36:25 2008
@@ -9,7 +9,7 @@
required => 1,
);
-sub _match {
+sub match {
my $self = shift;
my $path = shift;
More information about the Bps-public-commit
mailing list