On Sat, Nov 20, 2004 at 01:01:03AM -0500, Michael G Schwern wrote:
> http://www.pobox.com/~schwern/src/Test-Simple-0.50.tar.gz or a CPAN near you.

Now in blead with change 23523. I had to make this change to get all the
tests to pass:

--- ../Test-Simple-0.50/t/fail_one.t    Tue Nov 16 13:03:51 2004
+++ lib/Test/Simple/t/fail_one.t        Sat Nov 20 22:15:36 2004
@@ -52,8 +52,8 @@ END {
 not ok 1
 OUT
 
-    My::Test::ok($$err eq <<ERR) || print $$err;
-#     Failed test (t/fail_one.t at line 45)
+    My::Test::ok($$err eq <<"ERR") || print $$err;
+#     Failed test ($0 at line 45)
 # Looks like you failed 1 test of 1.
 ERR
 


because the path of the test script varies in the core. Also, at patch from
Autrijus to handle overloaded values is in the core but not in 0.50 - are
you aware of this one?

http://public.activestate.com/cgi-bin/perlbrowse?patch=23167

Nicholas Clark

Reply via email to