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

sartak at bestpractical.com sartak at bestpractical.com
Fri Mar 6 23:40:52 EST 2009


The branch, master has been updated
       via  a9adcc66c132788bf709fb7f064e1b3c7b0de284 (commit)
      from  676f77fc387bf5f570a9efecebedb02214954da9 (commit)

Summary of changes:
 Changes |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit a9adcc66c132788bf709fb7f064e1b3c7b0de284
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri Mar 6 23:40:48 2009 -0500

    0.10 changes

diff --git a/Changes b/Changes
index 20c29a6..f2241d3 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,25 @@
 Revision history for Path-Dispatcher
 
-0.10
-        Added slash-path-delimeter recipe
-        Added chaining recipe
-        (tenative) Added 'then' sugar to ::Declarative
+0.10 Fri Mar 6 23:40:42 2009
+        The way you specify token_delimiter and case_sensitive_tokens has
+            changed! You now say:
+                use Path::Dispatcher::Declarative -base, -defaults => {
+                    token_delimiter       => '/',
+                    case_sensitive_tokens => 0,
+                };
+
+        Added Path::Dispatcher::Cookbook (grink)
+
+        Added Path::Dispatcher::Builder which now backs
+            Path::Dispatcher::Declarative (grink)
+
+        then {} rule which is an "always" with that uses next_rule (grink)
+
+        chain {} rule which is like Catalyst's chain (grink)
+
+        Remove the last vestiges of stages (Sartak)
+
+        Many minor fixes (Sartak)
 
 0.09 Mon Feb 9 21:12:18 2009
         Avoid using method modifiers since it's potentially another dep.

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



More information about the Bps-public-commit mailing list