Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 292312 Details for
Bug 429491
use option "-m[M]-module" when module is not specified, error message should be outputted in phase 'option analysis'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
the patch to correct this problem
perl-5.8.8-option_mM.patch (text/plain), 541 bytes, created by
Yu Zhiguo
on 2008-01-21 04:13:10 UTC
(
hide
)
Description:
the patch to correct this problem
Filename:
MIME Type:
Creator:
Yu Zhiguo
Created:
2008-01-21 04:13:10 UTC
Size:
541 bytes
patch
obsolete
>--- perl-5.8.8/perl.c.option_mM 2008-01-21 11:41:08.000000000 +0800 >+++ perl-5.8.8/perl.c 2008-01-21 11:47:21.000000000 +0800 >@@ -3219,7 +3219,11 @@ > /* -M-foo == 'no foo' */ > /* Leading space on " no " is deliberate, to make both > possibilities the same length. */ >- if (*s == '-') { use = " no "; ++s; } >+ if (*s == '-') { >+ use = " no "; >+ if (!*++s) >+ Perl_croak(aTHX_ "Missing argument to -%c-", *(s-2)); >+ } > sv = newSVpvn(use,4); > start = s; > /* We allow -M'Module qw(Foo Bar)' */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 429491
: 292312