summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpan/Test-Simple/lib/Test/Builder.pm2
-rw-r--r--cpan/Test-Simple/lib/Test/Builder/Module.pm2
-rw-r--r--cpan/Test-Simple/lib/Test/Builder/Tester.pm2
-rw-r--r--cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm2
-rw-r--r--cpan/Test-Simple/lib/Test/More.pm2
-rw-r--r--cpan/Test-Simple/lib/Test/Simple.pm4
-rw-r--r--cpan/Test-Simple/lib/Test/Stream.pm2
-rw-r--r--cpan/Test-Simple/lib/Test/Tester.pm2
-rw-r--r--cpan/Test-Simple/lib/Test/use/ok.pm2
-rw-r--r--cpan/Test-Simple/lib/ok.pm2
-rw-r--r--cpan/Test-Simple/t/Behavior/MonkeyPatching_diag.t4
-rw-r--r--cpan/Test-Simple/t/Behavior/MonkeyPatching_done_testing.t2
-rw-r--r--cpan/Test-Simple/t/Behavior/MonkeyPatching_note.t4
-rw-r--r--cpan/Test-Simple/t/Behavior/MonkeyPatching_ok.t4
-rw-r--r--cpan/Test-Simple/t/Behavior/MonkeyPatching_plan.t2
-rw-r--r--cpan/Test-Simple/t/Test-Stream-Tester.t2
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 3ccff2f56c..1a28d72fa1 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 f7b58ffc37..2ad2454a97 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 43b6b9a79c..28c0113af7 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 e774334552..e8dfa857c2 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 2f9aadf78b..fcbf4c597f 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 57d0ff3116..c5e6808041 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 ce9eca02c7..789544dbef 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 cb5644851b..c0a5cd9ccd 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 ee5ebb7846..7e041dc3a8 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 849f89e004..b6b51e4c66 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 978e3f3313..2a62f68022 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 4a1d2851a5..8c62100d07 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 5594acd9db..7c8e765629 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 f10b18b199..faf92bfc45 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 b44d08c9a7..bec61caa6e 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 7eac4005a5..2c4f11ba3a 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'},