Perl modules update needs to be done as root.

git-svn-id: svn://10.0.0.236/trunk@140952 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jj%netscape.com 2003-04-10 00:52:09 +00:00
parent 6b1a4f648b
commit 688e394c0d

View File

@ -23,7 +23,7 @@ use Config; # for $Config{sig_name} and $Config{sig_num}
use File::Find ();
use File::Copy;
$::UtilsVersion = '$Revision: 1.234 $ ';
$::UtilsVersion = '$Revision: 1.235 $ ';
package TinderUtils;
@ -45,7 +45,7 @@ require "gettime.pl";
# Bundle::LWP for http (to report data to graph)
#
# The "CPAN" way of installing this is to start here:
# % perl -MCPAN -e shell
# % sudo perl -MCPAN -e shell
# <take defaults..>
# cpan> install Time::HiRes
# [...]