Skip Menu |

This queue is for tickets about the Padre-Plugin-DistZilla CPAN distribution.

Report information
The Basics
Id: 61696
Status: open
Priority: 0/
Queue: Padre-Plugin-DistZilla

People
Owner: Nobody in particular
Requestors: doherty [...] cs.dal.ca
Cc:
AdminCc:

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



Subject: Unhandled exception in Padre::Plugin::DistZilla version 0.02
Date: Mon, 27 Sep 2010 13:17:19 -0300
To: RENEEB via RT <bug-Padre-Plugin-DistZilla [...] rt.cpan.org>
From: Mike Doherty <doherty [...] cs.dal.ca>
Hello, After upgrading to version 0.02 for compatibility with Padre 0.70, selecting Padre::Plugin::DistZilla's 'start' menu item results in an unhandled exception: Unhandled exception in plugin menu: variable is not an object: it must have type Wx::TreeItemId at /usr/local/share/perl/5.10.1/Wx/Perl/VirtualTreeCtrl.pm line 60. Thanks, -Mike
Hi Mike, thanks for your report. This seems to be an issue with Wx::Perl::VirtualDirCtl. Can you provide more information? E.g. output from perl -V. What OS do you use? I will try to fix it in the other module and add more exception handling. Thanks again. Regards, Renée
It's me again ;-) What version of Wx::Perl::VirtualDirCtrl is installed on your system?
Subject: Re: [rt.cpan.org #61696] Unhandled exception in Padre::Plugin::DistZilla version 0.02
Date: Mon, 27 Sep 2010 14:51:16 -0300
To: bug-Padre-Plugin-DistZilla [...] rt.cpan.org
From: Mike Doherty <doherty [...] cs.dal.ca>
mike@arbour:~$ perl -V | sprunge http://sprunge.us/jXaY mike@arbour:~$ perl -MWx::Perl::VirtualTreeCtrl -e 'print "$Wx::Perl::VirtualTreeCtrl::VERSION\n"' 1.017