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

sartak at bestpractical.com sartak at bestpractical.com
Thu Apr 16 21:57:35 EDT 2009


The branch, master has been updated
       via  f820221abc60f34842bb6d88d9c3ea0c66ed5062 (commit)
      from  64711ae4642ecf756224efa1f65cbb7818c6f4a8 (commit)

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

- Log -----------------------------------------------------------------
commit f820221abc60f34842bb6d88d9c3ea0c66ed5062
Author: Shawn M Moore <sartak at gmail.com>
Date:   Thu Apr 16 21:57:24 2009 -0400

    Give dispatch rule a "rules" method

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

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



More information about the Bps-public-commit mailing list