[Bps-public-commit] Path-Dispatcher branch, master, updated. ee8bbf3b597de4047e79304b7614fd5570d6e75c
sartak at bestpractical.com
sartak at bestpractical.com
Sat Mar 7 16:49:50 EST 2009
The branch, master has been updated
via ee8bbf3b597de4047e79304b7614fd5570d6e75c (commit)
from f804e3ce5a5b9c3eb0efd0374a1989336de1e361 (commit)
Summary of changes:
lib/Path/Dispatcher/Cookbook.pod | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit ee8bbf3b597de4047e79304b7614fd5570d6e75c
Author: Shawn M Moore <sartak at gmail.com>
Date: Sat Mar 7 16:49:40 2009 -0500
Consistency fixes from confound
diff --git a/lib/Path/Dispatcher/Cookbook.pod b/lib/Path/Dispatcher/Cookbook.pod
index f3fbcfd..d26db50 100644
--- a/lib/Path/Dispatcher/Cookbook.pod
+++ b/lib/Path/Dispatcher/Cookbook.pod
@@ -51,9 +51,9 @@ You can use a C<chain> rule approximate chaining behavior:
package main;
- MyDispatcher->run("display inventory"); # "Displaying inventory\n ..."
+ MyDispatcher->run("show inventory"); # "Displaying inventory:\n ..."
- MyDispatcher->run("display score"); # "Displaying score\n ..."
+ MyDispatcher->run("show score"); # "Displaying score:\n ..."
=cut
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list