On Mon Mar 05 06:02:17 2012, ANDK wrote:
Show quoted text> Note that we have still PASSes as well because it is the test
> t/010simple.t that fails but it is skipped when Test::Base is not installed.
To fix, please apply the attached patch and do another release please.
--- t/010simple.t 2012-03-10 22:55:02.978295335 -0800
+++ t/010simple.t 2012-03-10 22:53:51.853329275 -0800
@@ -53,7 +53,7 @@
A::g();
--- stderr
-Beware! at test-block.pl line 1
+Beware! at test-block.pl line 1.
A::f() called at test-block.pl line 2
A::g() called at test-block.pl line 3
@@ -81,7 +81,7 @@
A::g();
--- stderr
-Can't use an undefined value as an ARRAY reference at test-block.pl line 1
+Can't use an undefined value as an ARRAY reference at test-block.pl line 1.
A::f() called at test-block.pl line 2
A::g() called at test-block.pl line 3
@@ -91,7 +91,7 @@
die "foo at bar"
--- stderr
-foo at bar at test-block.pl line 1
+foo at bar at test-block.pl line 1.
=== exception objects