Jerry D. Hedden [Wed, 26 May 2010 18:50:39 +0000 (14:50 -0400)]
use Scalar::Util qw(reftype refaddr blessed);
-our $VERSION = '1.33';
+our $VERSION = '1.33_01';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
ok($$obj == 2, "Thread: New object ID $$obj");
} )->join();
-ok($$obj == 2, "Main: New object ID $$obj # TODO - should be 2");
+# Fixed by commit bb1bc619ea68d9703fbd3fe5bc65ae000f90151f
+my $todo = ($] <= 5.013001) ? " # TODO - should be 2" : "";
+ok($$obj == 2, "Main: New object ID $$obj".$todo);
exit(0);