13
default => sub { qr/world/i },
16
sub _build_description {
22
like( $self->phrase, $self->regex, "phrase matched regex" );
29
my @phrases = ( 'hello world', 'goodbye world', );
31
for my $p (@phrases) {
32
MyTest->run_tests( { phrase => $p } );
38
# This file is part of Test-Roo
40
# This software is Copyright (c) 2013 by David Golden.
42
# This is free software, licensed under:
44
# The Apache License, Version 2.0, January 2004
46
# vim: ts=4 sts=4 sw=4 et: