[Bps-public-commit] Path-Dispatcher branch, master, updated. 592676de411feb24c3ce4ec4edd764da9badb541
sartak at bestpractical.com
sartak at bestpractical.com
Fri Apr 17 03:31:03 EDT 2009
The branch, master has been updated
via 592676de411feb24c3ce4ec4edd764da9badb541 (commit)
from 1e09a1605d83dfb99496ca702eb2aae04498613f (commit)
Summary of changes:
Changes | 2 ++
lib/Path/Dispatcher.pm | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 592676de411feb24c3ce4ec4edd764da9badb541
Author: Shawn M Moore <sartak at gmail.com>
Date: Fri Apr 17 03:30:56 2009 -0400
Bump to 0.13
diff --git a/Changes b/Changes
index d17b4a2..6619eb5 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Path-Dispatcher
+0.13
+
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)
diff --git a/lib/Path/Dispatcher.pm b/lib/Path/Dispatcher.pm
index 33a7b82..94a2ee3 100644
--- a/lib/Path/Dispatcher.pm
+++ b/lib/Path/Dispatcher.pm
@@ -1,7 +1,7 @@
package Path::Dispatcher;
use Any::Moose;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
use Path::Dispatcher::Rule;
use Path::Dispatcher::Dispatch;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list