Skip Menu |

This queue is for tickets about the Gtk2 CPAN distribution.

Report information
The Basics
Id: 51863
Status: resolved
Priority: 0/
Queue: Gtk2

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

Bug Information
Severity: (no value)
Broken in: 1.221
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/devel.pod b/devel.pod index 2554e3f..7ccbea8 100644 --- a/devel.pod +++ b/devel.pod @@ -195,7 +195,7 @@ calls bootstrap on Gtk2, but not on any of the others (because it doesn't know about them). It is a module's boot code which binds the xsubs into perl, so it's imperative that the modules get booted! -So, C<Gtk2::CodeGen->write_boot> (called from Makefile.PL) scans the xs/ +So, C<< Gtk2::CodeGen->write_boot >> (called from Makefile.PL) scans the xs/ subdirectory for all the "MODULE = ..." lines in the XS files. It maps these to boot code symbols, and generates code to call these symbols in boot.xsh, which is then included by the BOOT: section for the toplevel module, right
On Mon Nov 23 07:58:52 2009, FWIE wrote: Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
Committed to git: <http://git.gnome.org/browse/perl-Gtk2/commit/?id=c8987b45a>. Thanks for the patch.