Skip Menu |

This queue is for tickets about the Gtk3 CPAN distribution.

Report information
The Basics
Id: 73674
Status: resolved
Priority: 0/
Queue: Gtk3

People
Owner: Nobody in particular
Requestors: calvin.mccutcheon [...] booking.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Two t/overrides.t tests fail.
Date: Mon, 02 Jan 2012 17:30:54 +0100
To: bug-Gtk3 [...] rt.cpan.org
From: Calvin McCutcheon <calvin.mccutcheon [...] booking.com>
Attached is a modified t/overrides.t which has been instrumented to show the tests for qr/Usage/ have a problem: the code is correctly dieing inside the eval but $@ is not being set (that is, there is a zombie error being generated somewhere). Also attached is the output of running make test. ~Cal

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

On Mon Jan 02 11:31:14 2012, calvin.mccutcheon@booking.com wrote: Show quoted text
> Attached is a modified t/overrides.t which has been instrumented to show > the tests for qr/Usage/ have a problem: the code is correctly dieing > inside the eval but $@ is not being set (that is, there is a zombie > error being generated somewhere). Also attached is the output of > running make test.
This is actually due to a usage of "local $@" that does not quite work for perl < 5.14. Fixed in git now: <http://git.gnome.org/browse/perl-Gtk3/commit/?id=36357d029edc3d3d64d5c5331718e783b1f35db8>. Thanks for the report.