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
67b67a2e
Commit
67b67a2e
authored
Aug 10, 2005
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::Tools
Patch by Joel Peshkin <bugreport@peshkin.net> r=glob,wurblzap a=justdave
parent
b356ebd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
checksetup.pl
checksetup.pl
+4
-3
No files found.
checksetup.pl
View file @
67b67a2e
...
@@ -324,8 +324,8 @@ my $modules = [
...
@@ -324,8 +324,8 @@ my $modules = [
version
=>
$^O
=~
/MSWin32/i
?
'3.01'
:
'3.03'
version
=>
$^O
=~
/MSWin32/i
?
'3.01'
:
'3.03'
},
},
{
{
name
=>
'MIME::
Tools
'
,
name
=>
'MIME::
Parser
'
,
version
=>
'5.4
17
'
version
=>
'5.4
06
'
},
},
{
{
name
=>
'Storable'
,
name
=>
'Storable'
,
...
@@ -347,7 +347,8 @@ my %ppm_modules = (
...
@@ -347,7 +347,8 @@ my %ppm_modules = (
'GD::Graph'
=>
'GDGraph'
,
'GD::Graph'
=>
'GDGraph'
,
'GD::Text::Align'
=>
'GDTextUtil'
,
'GD::Text::Align'
=>
'GDTextUtil'
,
'Mail::Mailer'
=>
'MailTools'
,
'Mail::Mailer'
=>
'MailTools'
,
'MIME::Tools'
=>
'MIME-Tools'
,
'Mail::Base64'
=>
'MIME-Base64'
,
'MIME::Parser'
=>
'MIME-Tools'
,
);
);
sub
install_command
{
sub
install_command
{
...
...
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