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

sartak at bestpractical.com sartak at bestpractical.com
Thu Mar 26 22:01:19 EDT 2009


The branch, master has been updated
       via  bab45d108e52afaf2685a1bef384885e2e3e7c6e (commit)
      from  c70903c7f386ce44906d9e85b2298d8b60963a58 (commit)

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

- Log -----------------------------------------------------------------
commit bab45d108e52afaf2685a1bef384885e2e3e7c6e
Author: Shawn M Moore <sartak at gmail.com>
Date:   Thu Mar 26 22:00:56 2009 -0400

    Another badly named key

diff --git a/lib/Path/Dispatcher/Dispatch.pm b/lib/Path/Dispatcher/Dispatch.pm
index 7fac5b7..62fa29b 100644
--- a/lib/Path/Dispatcher/Dispatch.pm
+++ b/lib/Path/Dispatcher/Dispatch.pm
@@ -16,7 +16,7 @@ sub add_match {
         or confess "$_ is not a Path::Dispatcher::Match"
             for @_;
 
-    push @{ $self->{matches} }, @_;
+    push @{ $self->{_matches} }, @_;
 }
 
 sub matches     { @{ shift->{_matches} } }

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



More information about the Bps-public-commit mailing list