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

Shawn Moore sartak at bestpractical.com
Sun Oct 17 05:01:10 EDT 2010


The branch, master has been updated
       via  6aa991ac1218b2dda6dde0bb1ab610eafa5f98fb (commit)
      from  c23370905b980c1918c21b7ce0b6ffd05d5a3400 (commit)

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

- Log -----------------------------------------------------------------
commit 6aa991ac1218b2dda6dde0bb1ab610eafa5f98fb
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Sun Oct 17 18:00:55 2010 +0900

    Bump to 1.00; Changes

diff --git a/Changes b/Changes
index 4481917..8a21410 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,12 @@
 Revision history for Path-Dispatcher
 
-0.17
+1.00 Sun Oct 17 2010
+        Bump to 1.0 to indicate back compat breakage
+
         Add match->named($key) for pulling out a named capture
 
+        Use Try::Tiny to avoid swallowing exceptions (rafl)
+
 0.16 Sun Oct 17 2010
         ** BACKWARDS INCOMPATIBLE CHANGE: Pass the match object into rule
         **    blocks rather than assigning $1, $2, $3. Use ->pos(1), (2), (3),
diff --git a/lib/Path/Dispatcher.pm b/lib/Path/Dispatcher.pm
index ca76cfe..5430fd1 100644
--- a/lib/Path/Dispatcher.pm
+++ b/lib/Path/Dispatcher.pm
@@ -2,7 +2,7 @@ package Path::Dispatcher;
 use Any::Moose;
 use 5.008001;
 
-our $VERSION = '0.16';
+our $VERSION = '1.00';
 
 use Path::Dispatcher::Rule;
 use Path::Dispatcher::Dispatch;

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



More information about the Bps-public-commit mailing list