[perl-Gtk2] Fix a POD error in Gtk2::Stock



commit 62ccc6080a80a230eca1dae5def1d9eb24e54c1c
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun Sep 19 13:33:17 2010 +0200

    Fix a POD error in Gtk2::Stock
    
    Reported by Salvatore Bonaccorso.

 tools/podifystockitems.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/podifystockitems.pl b/tools/podifystockitems.pl
index 31602ca..873309c 100644
--- a/tools/podifystockitems.pl
+++ b/tools/podifystockitems.pl
@@ -67,4 +67,4 @@ foreach (@data)
 {
 	printf $fmt, @$_;
 }
-print $end."\n=cut\n\n";
+print $end."\n";



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