pkg-perl-maintainers team mailing list archive
-
pkg-perl-maintainers team
-
Mailing list archive
-
Message #00718
[Bug 485012] Re: padre not open after crash when open file directory from the menu
This is an issue with the libwx-perl package. I could reproduce the bug
with:
perl -e'BEGIN { @INC = grep {not m(/usr/local)} @INC; }use Wx;
Wx::SearchCtrl->new->SetDescriptiveText("foo");'
Where the BEGIN{...} is just necessary to shadow the modules I manually
installed from CPAN, which would otherwise load my own copy of Wx.
On a virgin ubuntu, this would cause the same problem:
perl -MWx -e'Wx::SearchCtrl->new->SetDescriptiveText("foo");'
** Also affects: libwx-perl (Ubuntu)
Importance: Undecided
Status: New
--
padre not open after crash when open file directory from the menu
https://bugs.launchpad.net/bugs/485012
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libwx-perl in ubuntu.
References