[Bps-public-commit] r18311 - in Path-Dispatcher/trunk: lib/Path
sartak at bestpractical.com
sartak at bestpractical.com
Mon Feb 9 21:13:43 EST 2009
Author: sartak
Date: Mon Feb 9 21:13:43 2009
New Revision: 18311
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/Changes
Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
Log:
r79851 at onn: sartak | 2009-02-09 21:13:36 -0500
Bump to 0.10
Modified: Path-Dispatcher/trunk/Changes
==============================================================================
--- Path-Dispatcher/trunk/Changes (original)
+++ Path-Dispatcher/trunk/Changes Mon Feb 9 21:13:43 2009
@@ -1,5 +1,7 @@
Revision history for Path-Dispatcher
+0.10
+
0.09 Mon Feb 9 21:12:18 2009
Avoid using method modifiers since it's potentially another dep.
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher.pm Mon Feb 9 21:13:43 2009
@@ -1,7 +1,7 @@
package Path::Dispatcher;
use Any::Moose;
-our $VERSION = '0.09';
+our $VERSION = '0.10';
use Path::Dispatcher::Rule;
use Path::Dispatcher::Dispatch;
More information about the Bps-public-commit
mailing list