Rx
view release on metacpan or search on metacpan
#!/usr/bin/perl
require 5.00561;
use ExtUtils::testlib;
use Rx;
use strict;
my ($TESTS, $SUCCEED, $FAIL);
$/ = "";
while (<DATA>) {
chomp;
s/^#.*$//smg;
my ($regex, @test_strings) = split /\n/;
my %test;
for (@test_strings) {
my ($type, @args) = split;
$test{$type} = \@args;
}
( run in 0.244 second using v1.01-cache-2.11-cpan-3b35f9de6a3 )