[perl-Gtk2] Fix a POD error in the developer docs



commit c8987b45a9dfcdc1311a1e8f129111c427f83796
Author: Frank Wiegand <FWIE cpan org>
Date:   Sun Feb 28 14:17:26 2010 +0100

    Fix a POD error in the developer docs
    
    Signed-off-by: Torsten Schönfeld <kaffeetisch gmx de>

 devel.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]