[Bps-public-commit] Path-Dispatcher branch, named_captures, updated. 0c9f01e08aa344f091945d0e5968e195268064b6

Shawn Moore sartak at bestpractical.com
Thu Jun 24 14:36:12 EDT 2010


The branch, named_captures has been updated
       via  0c9f01e08aa344f091945d0e5968e195268064b6 (commit)
      from  dd898a522ce2a691955ee5859ba8bd0fced749a4 (commit)

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

- Log -----------------------------------------------------------------
commit 0c9f01e08aa344f091945d0e5968e195268064b6
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Jun 24 14:37:20 2010 -0400

    named captures require 5.10

diff --git a/lib/Path/Dispatcher.pm b/lib/Path/Dispatcher.pm
index 6f14b3c..21b0a2c 100644
--- a/lib/Path/Dispatcher.pm
+++ b/lib/Path/Dispatcher.pm
@@ -1,6 +1,6 @@
 package Path::Dispatcher;
 use Any::Moose;
-use 5.008001;
+use 5.010;
 
 our $VERSION = '0.15';
 

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



More information about the Bps-public-commit mailing list