[Bps-public-commit] path-dispatcher-declarative branch, master, updated. 90b3bc12231d6287c5c02051299b0acef5b11250
Shawn Moore
sartak at bestpractical.com
Sun Oct 24 04:14:34 EDT 2010
The branch, master has been updated
via 90b3bc12231d6287c5c02051299b0acef5b11250 (commit)
from fbc5c6ebe81f0dcf98b0710246b3c128e174f9d3 (commit)
Summary of changes:
Changes | 4 ++++
lib/Path/Dispatcher/Declarative.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 90b3bc12231d6287c5c02051299b0acef5b11250
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Sun Oct 24 17:14:33 2010 +0900
0.02 and changes
diff --git a/Changes b/Changes
index 6252fbe..4053962 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Path-Dispatcher-Declarative
+0.02 2010-10-24
+ Reinstate the back-compat that Path-Dispatcher 1.00 broke by setting
+ $1, $2, etc. for you
+
0.01 2010-03-16
Factored out of Path-Dispatcher
diff --git a/lib/Path/Dispatcher/Declarative.pm b/lib/Path/Dispatcher/Declarative.pm
index c63c6f8..4c0907c 100644
--- a/lib/Path/Dispatcher/Declarative.pm
+++ b/lib/Path/Dispatcher/Declarative.pm
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.008001;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use Path::Dispatcher;
use Path::Dispatcher::Declarative::Builder;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list