[Bps-public-commit] Path-Dispatcher branch, master, updated. cc61714fe81810f51fe346984fe3ab153ad51824

Shawn Moore sartak at bestpractical.com
Sun Oct 24 02:07:23 EDT 2010


The branch, master has been updated
       via  cc61714fe81810f51fe346984fe3ab153ad51824 (commit)
      from  9de06cf8c3bff3175dc4bc7849a1806ce8e0dc7b (commit)

Summary of changes:
 t/026-named-captures.t |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit cc61714fe81810f51fe346984fe3ab153ad51824
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Sun Oct 24 15:05:06 2010 +0900

    Depend on 5.10 for t/026-named-captures.t

diff --git a/t/026-named-captures.t b/t/026-named-captures.t
index c6ccc54..d5eded0 100644
--- a/t/026-named-captures.t
+++ b/t/026-named-captures.t
@@ -2,6 +2,11 @@
 use strict;
 use warnings;
 use Test::More;
+BEGIN {
+    if ($] <= 5.010) {
+        plan skip_all => 'This test requires Perl 5.10';
+    }
+}
 use Path::Dispatcher;
 
 my $dispatcher = Path::Dispatcher->new(

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



More information about the Bps-public-commit mailing list