diff options
author | Andreas König <a.koenig@mind.de> | 2006-01-03 01:33:27 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-03 09:02:04 +0000 |
commit | e8a27a4e574c82d470b3585b35527c942232dfd2 (patch) | |
tree | 65bca88f53c3caa5d233129bd7ecd5f7798d0803 /lib/CPAN/FirstTime.pm | |
parent | 34394ecd06e704e9000dad1c98dea7dea737c4ea (diff) | |
download | perl-e8a27a4e574c82d470b3585b35527c942232dfd2.tar.gz |
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
p4raw-id: //depot/perl@26592
Diffstat (limited to 'lib/CPAN/FirstTime.pm')
-rw-r--r-- | lib/CPAN/FirstTime.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/CPAN/FirstTime.pm b/lib/CPAN/FirstTime.pm index 1ffb01f792..de860d5f2a 100644 --- a/lib/CPAN/FirstTime.pm +++ b/lib/CPAN/FirstTime.pm @@ -19,7 +19,7 @@ use File::Basename (); use File::Path (); use File::Spec; use vars qw($VERSION); -$VERSION = sprintf "%.2f", substr(q$Rev: 286 $,4)/100; +$VERSION = sprintf "%.2f", substr(q$Rev: 331 $,4)/100; =head1 NAME @@ -432,6 +432,8 @@ Your choice: ",$default); prompt("Do you want to use a different make command for 'make install'? Cautious people will probably prefer: + su root -c make +or sudo make or /path1/to/sudo -u admin_account /path2/to/make @@ -478,6 +480,8 @@ Your choice: ",$default); prompt("Do you want to use a different command for './Build install'? Sudo users will probably prefer: + su root -c ./Build +or sudo ./Build or /path1/to/sudo -u admin_account ./Build |