File gfi-2.2.23-perl.patch of Package gri
Index: a/doc/texinfo2HTML
===================================================================
--- a/doc/texinfo2HTML.orig 2009-12-12 18:11:23.000000000 +0000
+++ a/doc/texinfo2HTML 2012-06-16 11:22:04.000000000 +0100
@@ -54,12 +54,12 @@ BUGS:
the end is here} and more blah
will not get the \@code{} item converted correctly.
";
-require "ctime.pl";
-require "getopts.pl";
+use Time::CTime;
+use Getopt::Std;
$debug = 0;
-die if !&Getopts('h');
+die if !&getopts('h');
$print_help = 0;
$print_help = $opt_h if $opt_h;
if ($print_help) {