Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
ab2a9e67
Commit
ab2a9e67
authored
Apr 14, 2004
by
jocuri%softhome.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch for bug 240219: display valid PPM commands when using PPM version 2; r=timeless; a=justdave.
parent
cf10ad85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
checksetup.pl
checksetup.pl
+10
-1
No files found.
checksetup.pl
View file @
ab2a9e67
...
...
@@ -315,10 +315,19 @@ print "\n" unless $silent;
if
(
$^O
=~
/MSWin32/i
)
{
if
(
$
^
V
lt
pack
(
'U*'
,
5
,
8
,
0
))
{
# If something older than 5.8 is detected, then point to the oi
# repository using ppm version 2 commands (which is the default
# for Perl 5.6)
print
"The required ActivePerl modules are available at OpenInteract's ppm repository.\n"
;
print
"You can add the repository with the following command:\n"
;
print
" ppm rep add oi http://openinteract.sourceforge.net/ppmpackages/\n\n"
;
print
" ppm set rep oi http://openinteract.sourceforge.net/ppmpackages/\n"
;
print
"You can then save the changes by typing:\n"
;
print
" ppm set save\n\n"
;
}
else
{
# For Perl 5.8 or higher, point the user to a 5.8 repository,
# using ppm version 3 commands (which is the default for Perl 5.8)
print
"Most ActivePerl modules are available at Apache's ppm repository.\n"
;
print
"A list of mirrors is available at\n"
;
print
" http://www.apache.org/dyn/closer.cgi/perl/win32-bin/ppms/\n"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment