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

sartak at bestpractical.com sartak at bestpractical.com
Wed Jan 6 18:38:38 EST 2010


The branch, master has been updated
       via  9f1931e648a33442256aac8da17aa4b21f22d808 (commit)
      from  36e545548804cf96ef3cd6cc4d314e23dc512c1c (commit)

Summary of changes:
 lib/Path/Dispatcher/Rule/Dispatch.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 9f1931e648a33442256aac8da17aa4b21f22d808
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Jan 6 18:35:40 2010 -0500

    Rules of type dispatch forward "complete" requests

diff --git a/lib/Path/Dispatcher/Rule/Dispatch.pm b/lib/Path/Dispatcher/Rule/Dispatch.pm
index 16418c1..a76ddc4 100644
--- a/lib/Path/Dispatcher/Rule/Dispatch.pm
+++ b/lib/Path/Dispatcher/Rule/Dispatch.pm
@@ -6,7 +6,7 @@ has dispatcher => (
     is       => 'rw',
     isa      => 'Path::Dispatcher',
     required => 1,
-    handles  => ['rules'],
+    handles  => ['rules', 'complete'],
 );
 
 sub match {

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



More information about the Bps-public-commit mailing list