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

sartak at bestpractical.com sartak at bestpractical.com
Fri Mar 6 23:44:00 EST 2009


The branch, master has been updated
       via  f804e3ce5a5b9c3eb0efd0374a1989336de1e361 (commit)
      from  a9adcc66c132788bf709fb7f064e1b3c7b0de284 (commit)

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

- Log -----------------------------------------------------------------
commit f804e3ce5a5b9c3eb0efd0374a1989336de1e361
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri Mar 6 23:43:56 2009 -0500

    Bump to 0.11

diff --git a/Changes b/Changes
index f2241d3..d522c97 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Path-Dispatcher
 
+0.11
+
 0.10 Fri Mar 6 23:40:42 2009
         The way you specify token_delimiter and case_sensitive_tokens has
             changed! You now say:
diff --git a/lib/Path/Dispatcher.pm b/lib/Path/Dispatcher.pm
index 7995a60..5970da7 100644
--- a/lib/Path/Dispatcher.pm
+++ b/lib/Path/Dispatcher.pm
@@ -1,7 +1,7 @@
 package Path::Dispatcher;
 use Any::Moose;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 use Path::Dispatcher::Rule;
 use Path::Dispatcher::Dispatch;

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



More information about the Bps-public-commit mailing list