[Bps-public-commit] r15107 - in Path-Dispatcher/trunk: lib/Path
sartak at bestpractical.com
sartak at bestpractical.com
Wed Aug 13 05:08:57 EDT 2008
Author: sartak
Date: Wed Aug 13 05:08:56 2008
New Revision: 15107
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
Log:
r69449 at onn: sartak | 2008-08-13 04:58:30 -0400
We also don't need rule_class any more
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher.pm Wed Aug 13 05:08:56 2008
@@ -6,7 +6,6 @@
use Path::Dispatcher::Rule;
use Path::Dispatcher::Dispatch;
-sub rule_class { 'Path::Dispatcher::Rule' }
sub dispatch_class { 'Path::Dispatcher::Dispatch' }
has _rules => (
More information about the Bps-public-commit
mailing list