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

sartak at bestpractical.com sartak at bestpractical.com
Sun Aug 9 13:47:34 EDT 2009


The branch, master has been updated
       via  15aaf42a5872be7bb4fcc7de294099393c539b5d (commit)
       via  d45c2c81617cbab9c13bbc545650e10b28f32635 (commit)
      from  9f608969935818946938a62d05af7e21aedd09f4 (commit)

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

- Log -----------------------------------------------------------------
commit d45c2c81617cbab9c13bbc545650e10b28f32635
Author: Shawn M Moore <sartak at gmail.com>
Date:   Sun Aug 9 13:46:24 2009 -0400

    Add dist crap to Changes

diff --git a/Changes b/Changes
index d09b268..d3227ce 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ Revision history for Path-Dispatcher
 0.13 Sun Aug 9 13:38:19 2009
         Add unshift_rule to classes that do Role::Rules
 
+        Several distribution improvements
+
 0.12 Fri Apr 17 03:21:05 2009
         Fix a bug with undefined capture variables being converted to the
             empty string and throwing warnings (reported by obra)

commit 15aaf42a5872be7bb4fcc7de294099393c539b5d
Author: Shawn M Moore <sartak at gmail.com>
Date:   Sun Aug 9 13:47:30 2009 -0400

    Bump to 0.14

diff --git a/Changes b/Changes
index d3227ce..ae9186b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Path-Dispatcher
 
+0.14
+
 0.13 Sun Aug 9 13:38:19 2009
         Add unshift_rule to classes that do Role::Rules
 
diff --git a/lib/Path/Dispatcher.pm b/lib/Path/Dispatcher.pm
index 0861083..97175eb 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.13';
+our $VERSION = '0.14';
 
 use Path::Dispatcher::Rule;
 use Path::Dispatcher::Dispatch;

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



More information about the Bps-public-commit mailing list