[Bps-public-commit] Path-Dispatcher branch, master, updated. dca863ee8b9fa7507c6b7f3f6517a79bbbce0973

sartak at bestpractical.com sartak at bestpractical.com
Tue Mar 16 09:52:43 EDT 2010


The branch, master has been updated
       via  dca863ee8b9fa7507c6b7f3f6517a79bbbce0973 (commit)
      from  397da8a603e4a4b1d840424fb4102b5dd32383d3 (commit)

Summary of changes:
 Changes                             |    4 +++-
 lib/Path/Dispatcher/Rule/CodeRef.pm |    6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit dca863ee8b9fa7507c6b7f3f6517a79bbbce0973
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Mar 16 09:51:37 2010 -0400

    More doc fixes

diff --git a/Changes b/Changes
index 63caf40..7176c9f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Path-Dispatcher
 
-0.15
+0.15 Tue Mar 16 09:40:40 2009
         ** Factored Path-Dispatcher-Declarative into its own distribution
         ** Be sure to update your dependency information!
 
@@ -18,6 +18,8 @@ Revision history for Path-Dispatcher
         Path autoboxing has been factored out into a private method for
             more overridability
 
+        A few documentation improvements as usual :)
+
 0.14 Thu Dec 31 13:18:19 2009
         Add Path::Dispatcher->complete for tab-completion
 
diff --git a/lib/Path/Dispatcher/Rule/CodeRef.pm b/lib/Path/Dispatcher/Rule/CodeRef.pm
index 451c79d..e8609da 100644
--- a/lib/Path/Dispatcher/Rule/CodeRef.pm
+++ b/lib/Path/Dispatcher/Rule/CodeRef.pm
@@ -53,8 +53,10 @@ Path::Dispatcher::Rule::CodeRef - predicate is any subroutine
 
 Rules of this class can match arbitrarily complex values. This should be used
 only when there is no other recourse, because there's no way we can inspect
-how things match. Create a custom subclass of L<Path::Dispatcher::Rule> if
-necessary!
+how things match.
+
+You're much better off creating a custom subclass of L<Path::Dispatcher::Rule>
+if at all possible.
 
 =head1 ATTRIBUTES
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list