[Bps-public-commit] Path-Dispatcher branch, master, updated. 36e545548804cf96ef3cd6cc4d314e23dc512c1c
sartak at bestpractical.com
sartak at bestpractical.com
Thu Dec 31 13:21:07 EST 2009
The branch, master has been updated
via 36e545548804cf96ef3cd6cc4d314e23dc512c1c (commit)
from 676146e084ed6b30d94eff8ea359d24c9eb1db06 (commit)
Summary of changes:
Changes | 2 ++
lib/Path/Dispatcher.pm | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 36e545548804cf96ef3cd6cc4d314e23dc512c1c
Author: Shawn M Moore <sartak at gmail.com>
Date: Thu Dec 31 13:20:59 2009 -0500
Bump to 0.15
diff --git a/Changes b/Changes
index 92ed49e..ee32943 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Path-Dispatcher
+0.15
+
0.14 Thu Dec 31 13:18:19 2009
Add Path::Dispatcher->complete for tab-completion
diff --git a/lib/Path/Dispatcher.pm b/lib/Path/Dispatcher.pm
index 2b27508..8820ed1 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.14';
+our $VERSION = '0.15';
use Path::Dispatcher::Rule;
use Path::Dispatcher::Dispatch;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list