Skip Menu |

This queue is for tickets about the Tk-FontDialog CPAN distribution.

Report information
The Basics
Id: 51766
Status: patched
Priority: 0/
Queue: Tk-FontDialog

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

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/FontDialog.pm b/FontDialog.pm index 7f7bd42..4012341 100644 --- a/FontDialog.pm +++ b/FontDialog.pm @@ -774,7 +774,7 @@ method B<RecolorTree>. Calling B<RefontTree> looks like this: $mainwindow->RefontTree(-font => $font) if defined $font; By default RefontTree does not change the font of canvas elements. -This can be done by specifying C<-canvas => 1>. +This can be done by specifying C<< -canvas => 1 >>. =item B<GetDescriptiveFontName>(I<$fontname>)
On Fri Nov 20 04:25:45 2009, FWIE wrote: Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
Thanks. Fixed at http://github.com/eserte/tk-fontdialog Regards, Slaven