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

sartak at bestpractical.com sartak at bestpractical.com
Sun Aug 9 04:50:36 EDT 2009


The branch, master has been updated
       via  7f8763f152cb27937f2e572877d261963f562279 (commit)
      from  6bcaf42958820eeac12ea19e01270959b8e22c95 (commit)

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

- Log -----------------------------------------------------------------
commit 7f8763f152cb27937f2e572877d261963f562279
Author: Shawn M Moore <sartak at gmail.com>
Date:   Sun Aug 9 04:50:30 2009 -0400

    I am a big dummy

diff --git a/lib/Path/Dispatcher/Match.pm b/lib/Path/Dispatcher/Match.pm
index 2414195..ce3151e 100644
--- a/lib/Path/Dispatcher/Match.pm
+++ b/lib/Path/Dispatcher/Match.pm
@@ -29,7 +29,7 @@ has set_number_vars => (
     is      => 'rw',
     isa     => 'Bool',
     lazy    => 1,
-    default => sub { ref(shift->result) eq 'ARRAY' ? 0 : 1 },
+    default => sub { ref(shift->result) eq 'ARRAY' ? 1 : 0 },
 );
 
 sub run {

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



More information about the Bps-public-commit mailing list