summaryrefslogtreecommitdiff
path: root/sci-visualization/gri/files/gri-2.12.23-perl-5.16.patch
blob: 14c89978ce7c547abf61bbe2101fd4cbcf43f299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 doc/texinfo2HTML |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/texinfo2HTML b/doc/texinfo2HTML
index 39bed0e..43d3fe6 100755
--- a/doc/texinfo2HTML
+++ b/doc/texinfo2HTML
@@ -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 POSIX qw(strftime 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) {