In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ffaf0c19a32ff3388356ae172ffae274955c3012?hp=42c583b4b82b42bf02f26ea582ecfb3e94af8cc5>
- Log ----------------------------------------------------------------- commit ffaf0c19a32ff3388356ae172ffae274955c3012 Author: Chad Granum <[email protected]> Date: Mon Nov 17 15:36:30 2014 -0800 Update Test-Simple to alpha 075 For: RT #123235 ----------------------------------------------------------------------- Summary of changes: cpan/Test-Simple/lib/Test/Builder.pm | 2 +- cpan/Test-Simple/lib/Test/Builder/Module.pm | 2 +- cpan/Test-Simple/lib/Test/Builder/Tester.pm | 2 +- cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm | 2 +- cpan/Test-Simple/lib/Test/More.pm | 2 +- cpan/Test-Simple/lib/Test/Simple.pm | 4 ++-- cpan/Test-Simple/lib/Test/Stream.pm | 2 +- cpan/Test-Simple/lib/Test/Tester.pm | 2 +- cpan/Test-Simple/lib/Test/use/ok.pm | 2 +- cpan/Test-Simple/lib/ok.pm | 2 +- cpan/Test-Simple/t/Behavior/MonkeyPatching_diag.t | 4 ++-- cpan/Test-Simple/t/Behavior/MonkeyPatching_done_testing.t | 2 +- cpan/Test-Simple/t/Behavior/MonkeyPatching_note.t | 4 ++-- cpan/Test-Simple/t/Behavior/MonkeyPatching_ok.t | 4 ++-- cpan/Test-Simple/t/Behavior/MonkeyPatching_plan.t | 2 +- cpan/Test-Simple/t/Test-Stream-Tester.t | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/cpan/Test-Simple/lib/Test/Builder.pm b/cpan/Test-Simple/lib/Test/Builder.pm index 3ccff2f..1a28d72 100644 --- a/cpan/Test-Simple/lib/Test/Builder.pm +++ b/cpan/Test-Simple/lib/Test/Builder.pm @@ -4,7 +4,7 @@ use 5.008001; use strict; use warnings; -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) diff --git a/cpan/Test-Simple/lib/Test/Builder/Module.pm b/cpan/Test-Simple/lib/Test/Builder/Module.pm index f7b58ff..2ad2454 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Module.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Module.pm @@ -8,7 +8,7 @@ use Test::Builder 0.99; require Exporter; our @ISA = qw(Exporter); -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) diff --git a/cpan/Test-Simple/lib/Test/Builder/Tester.pm b/cpan/Test-Simple/lib/Test/Builder/Tester.pm index 43b6b9a..28c0113 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Tester.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Tester.pm @@ -1,7 +1,7 @@ package Test::Builder::Tester; use strict; -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; diff --git a/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm b/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm index e774334..e8dfa85 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm @@ -1,7 +1,7 @@ package Test::Builder::Tester::Color; use strict; -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; diff --git a/cpan/Test-Simple/lib/Test/More.pm b/cpan/Test-Simple/lib/Test/More.pm index 2f9aadf..fcbf4c5 100644 --- a/cpan/Test-Simple/lib/Test/More.pm +++ b/cpan/Test-Simple/lib/Test/More.pm @@ -4,7 +4,7 @@ use 5.008001; use strict; use warnings; -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; diff --git a/cpan/Test-Simple/lib/Test/Simple.pm b/cpan/Test-Simple/lib/Test/Simple.pm index 57d0ff3..c5e6808 100644 --- a/cpan/Test-Simple/lib/Test/Simple.pm +++ b/cpan/Test-Simple/lib/Test/Simple.pm @@ -5,10 +5,10 @@ use 5.008001; use strict; use warnings; -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) -use Test::Stream 1.301001_074 '-internal'; +use Test::Stream 1.301001_075 '-internal'; use Test::Stream::Toolset; use Test::Stream::Exporter; diff --git a/cpan/Test-Simple/lib/Test/Stream.pm b/cpan/Test-Simple/lib/Test/Stream.pm index ce9eca0..789544d 100644 --- a/cpan/Test-Simple/lib/Test/Stream.pm +++ b/cpan/Test-Simple/lib/Test/Stream.pm @@ -2,7 +2,7 @@ package Test::Stream; use strict; use warnings; -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream::Context qw/context/; diff --git a/cpan/Test-Simple/lib/Test/Tester.pm b/cpan/Test-Simple/lib/Test/Tester.pm index cb56448..c0a5cd9 100644 --- a/cpan/Test-Simple/lib/Test/Tester.pm +++ b/cpan/Test-Simple/lib/Test/Tester.pm @@ -16,7 +16,7 @@ require Exporter; use vars qw( @ISA @EXPORT $VERSION ); -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) @EXPORT = qw( run_tests check_tests check_test cmp_results show_space ); diff --git a/cpan/Test-Simple/lib/Test/use/ok.pm b/cpan/Test-Simple/lib/Test/use/ok.pm index ee5ebb7..7e041dc 100644 --- a/cpan/Test-Simple/lib/Test/use/ok.pm +++ b/cpan/Test-Simple/lib/Test/use/ok.pm @@ -3,7 +3,7 @@ use strict; use warnings; use 5.005; -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; diff --git a/cpan/Test-Simple/lib/ok.pm b/cpan/Test-Simple/lib/ok.pm index 849f89e..b6b51e4 100644 --- a/cpan/Test-Simple/lib/ok.pm +++ b/cpan/Test-Simple/lib/ok.pm @@ -6,7 +6,7 @@ use Test::Stream 1.301001 '-internal'; use Test::More 1.301001 (); use Test::Stream::Carp qw/croak/; -our $VERSION = '1.301001_074'; +our $VERSION = '1.301001_075'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) sub import { diff --git a/cpan/Test-Simple/t/Behavior/MonkeyPatching_diag.t b/cpan/Test-Simple/t/Behavior/MonkeyPatching_diag.t index 978e3f3..2a62f68 100644 --- a/cpan/Test-Simple/t/Behavior/MonkeyPatching_diag.t +++ b/cpan/Test-Simple/t/Behavior/MonkeyPatching_diag.t @@ -35,7 +35,7 @@ my $orig = Test::Builder->can('diag'); mostly_like( \@warnings, [ - qr{The new sub is 'MyModernTester::__ANON__' defined in $file around line $line}, + qr{The new sub is 'MyModernTester::__ANON__' defined in \Q$file\E around line $line}, undef, #Only 1 warning ], "Found expected warning, just the one" @@ -69,7 +69,7 @@ my $orig = Test::Builder->can('diag'); mostly_like( \@warnings, [ - qr{The new sub is 'MyModernTester2::__ANON__' defined in $file around line $line}, + qr{The new sub is 'MyModernTester2::__ANON__' defined in \Q$file\E around line $line}, undef, #Only 1 warning ], "new override, new warning" diff --git a/cpan/Test-Simple/t/Behavior/MonkeyPatching_done_testing.t b/cpan/Test-Simple/t/Behavior/MonkeyPatching_done_testing.t index 4a1d285..8c62100 100644 --- a/cpan/Test-Simple/t/Behavior/MonkeyPatching_done_testing.t +++ b/cpan/Test-Simple/t/Behavior/MonkeyPatching_done_testing.t @@ -54,7 +54,7 @@ is($ran, 2, "We ran our override both times"); mostly_like( \@warnings, [ - qr{The new sub is 'main::__ANON__' defined in $file around line $line}, + qr{The new sub is 'main::__ANON__' defined in \Q$file\E around line $line}, undef, ], "Got the warning once" diff --git a/cpan/Test-Simple/t/Behavior/MonkeyPatching_note.t b/cpan/Test-Simple/t/Behavior/MonkeyPatching_note.t index 5594acd..7c8e765 100644 --- a/cpan/Test-Simple/t/Behavior/MonkeyPatching_note.t +++ b/cpan/Test-Simple/t/Behavior/MonkeyPatching_note.t @@ -35,7 +35,7 @@ my $orig = Test::Builder->can('note'); mostly_like( \@warnings, [ - qr{The new sub is 'MyModernTester::__ANON__' defined in $file around line $line}, + qr{The new sub is 'MyModernTester::__ANON__' defined in \Q$file\E around line $line}, undef, #Only 1 warning ], "Found expected warning, just the one" @@ -69,7 +69,7 @@ my $orig = Test::Builder->can('note'); mostly_like( \@warnings, [ - qr{The new sub is 'MyModernTester2::__ANON__' defined in $file around line $line}, + qr{The new sub is 'MyModernTester2::__ANON__' defined in \Q$file\E around line $line}, undef, #Only 1 warning ], "new override, new warning" diff --git a/cpan/Test-Simple/t/Behavior/MonkeyPatching_ok.t b/cpan/Test-Simple/t/Behavior/MonkeyPatching_ok.t index f10b18b..faf92bf 100644 --- a/cpan/Test-Simple/t/Behavior/MonkeyPatching_ok.t +++ b/cpan/Test-Simple/t/Behavior/MonkeyPatching_ok.t @@ -37,7 +37,7 @@ my $orig = Test::Builder->can('ok'); mostly_like( \@warnings, [ - qr{The new sub is 'MyModernTester::__ANON__' defined in $file around line $line}, + qr{The new sub is 'MyModernTester::__ANON__' defined in \Q$file\E around line $line}, undef, #Only 1 warning ], "Found expected warning, just the one" @@ -73,7 +73,7 @@ my $orig = Test::Builder->can('ok'); mostly_like( \@warnings, [ - qr{The new sub is 'MyModernTester2::__ANON__' defined in $file around line $line}, + qr{The new sub is 'MyModernTester2::__ANON__' defined in \Q$file\E around line $line}, undef, #Only 1 warning ], "new override, new warning" diff --git a/cpan/Test-Simple/t/Behavior/MonkeyPatching_plan.t b/cpan/Test-Simple/t/Behavior/MonkeyPatching_plan.t index b44d08c..bec61ca 100644 --- a/cpan/Test-Simple/t/Behavior/MonkeyPatching_plan.t +++ b/cpan/Test-Simple/t/Behavior/MonkeyPatching_plan.t @@ -78,7 +78,7 @@ is($ran, 4, "We ran our override each time"); mostly_like( \@warnings, [ - qr{The new sub is 'main::__ANON__' defined in $file around line $line}, + qr{The new sub is 'main::__ANON__' defined in \Q$file\E around line $line}, undef, ], "Got the warning once" diff --git a/cpan/Test-Simple/t/Test-Stream-Tester.t b/cpan/Test-Simple/t/Test-Stream-Tester.t index 7eac400..2c4f11b 100644 --- a/cpan/Test-Simple/t/Test-Stream-Tester.t +++ b/cpan/Test-Simple/t/Test-Stream-Tester.t @@ -97,7 +97,7 @@ events_are( event ok => { bool => 0, diag => [ - qr{Failed test 'Lets name this test!'.*at (\./)?$0 line}s, + qr{Failed test 'Lets name this test!'.*at (\./)?\Q$0\E line}s, qr{ Event: 'ok' from \Q$0\E line $line1}s, qr{ Check: 'ok' from \Q$0\E line $line2}s, qr{ \$got->\{bool\} = '1'}, -- Perl5 Master Repository
