[Bug 712430] New: devel:languages:perl/perl-Wx: Unavailable GetUnicodeKey method
https://bugzilla.novell.com/show_bug.cgi?id=712430 https://bugzilla.novell.com/show_bug.cgi?id=712430#c0 Summary: devel:languages:perl/perl-Wx: Unavailable GetUnicodeKey method Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: openSUSE 11.4 Status: NEW Severity: Major Priority: P5 - None Component: 3rd party software AssignedTo: pascal.bleser@opensuse.org ReportedBy: meksykaniec@yahoo.com QAContact: opensuse-communityscreening@forge.provo.novell.com CC: anicka@novell.com, pgajdos@novell.com Found By: Other Blocker: --- Using GetUnicodeKey() method generates error - Can't locate object method "GetUnicodeKey" via package "Wx::KeyEvent" Steps to reproduce: 1. Create file (for example uni.pl) with this code: use Wx; my $event = Wx::KeyEvent->new(9); my $result = $event->GetUnicodeKey(); 2. Run: perl -I/usr/lib/perl5/vendor_perl/5.12.3/i586-linux-thread-multi/Wx uni.pl Actual results: Can't locate object method "GetUnicodeKey" via package "Wx::KeyEvent" at uni.pl line 3. Expected results: Perl shouldn't complain about GetUnicodeKey. Package version: 0.98 Release: 7.2 Build Date: 2011-06-05 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com