Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 59494
Status: resolved
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: ASB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 804.029
Fixed in: 804.029_500



Subject: Missing quotes in code example of Tk::Pane
Dear all! Tk::Pane contains this line of code: $pane = $mw->Scrolled(Pane, Name => 'fred', Using Perl 5.10.1 built for MSWin32-x64-multi-thread, this causes an error. The word Pane shoule be quoted: $pane = $mw->Scrolled('Pane', Name => 'fred', hth, Alex
On 2010-07-17 20:06:34, ASB wrote: Show quoted text
> Dear all! > > Tk::Pane contains this line of code: $pane = $mw->Scrolled(Pane, Name
=> Show quoted text
> 'fred', > > Using Perl 5.10.1 built for MSWin32-x64-multi-thread, this causes an > error. The word Pane shoule be quoted: $pane = $mw->Scrolled('Pane',
Name Show quoted text
> => 'fred', >
Thanks, patched as commit 64090cd1751acddb727ff9a4f4a60832bb75c77d in the Perl/Tk repository at github. Regards, Slaven