[Bps-public-commit] Path-Dispatcher-Debugger branch, master, updated. 31f37e61afdbd03bf8d9155350be0dfd95256d2a
sartak at bestpractical.com
sartak at bestpractical.com
Wed Dec 23 15:36:18 EST 2009
The branch, master has been updated
via 31f37e61afdbd03bf8d9155350be0dfd95256d2a (commit)
from 41541a0c5fb2ff6bcbb08dd96ac00afa792caffd (commit)
Summary of changes:
lib/Path/Dispatcher/Debugger/View.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 31f37e61afdbd03bf8d9155350be0dfd95256d2a
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Dec 23 15:35:35 2009 -0500
Include the dispatch type in the response
diff --git a/lib/Path/Dispatcher/Debugger/View.pm b/lib/Path/Dispatcher/Debugger/View.pm
index 7eb4d59..59e89cd 100644
--- a/lib/Path/Dispatcher/Debugger/View.pm
+++ b/lib/Path/Dispatcher/Debugger/View.pm
@@ -91,7 +91,7 @@ template matching_rules => sub {
attr {
id => 'matching_rules',
};
- h3 { "Matching: $path" };
+ h3 { "\u$type-matching: $path" };
if ($type eq 'completion') {
my @matches;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list