Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 107326 Details for
Bug 140597
[PATCH] "use vX.X.X" causes problems with perl.req
Home
New
Search
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.rh92 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]
support "v<number>" version numbers in perl.req
perl.req.patch (text/plain), 675 bytes, created by
Steven Pritchard
on 2004-11-23 19:34:41 UTC
(
hide
)
Description:
support "v<number>" version numbers in perl.req
Filename:
MIME Type:
Creator:
Steven Pritchard
Created:
2004-11-23 19:34:41 UTC
Size:
675 bytes
patch
obsolete
>--- perl.req.orig 2004-11-01 20:54:34.000000000 -0600 >+++ perl.req 2004-11-23 13:30:49.091094480 -0600 >@@ -191,16 +191,17 @@ > > $module =~ s/\(\s*\)$//; > >- if ( $module =~ m/^[0-9._]+$/ ) { >+ if ( $module =~ m/^v?([0-9._]+)$/ ) { > # if module is a number then both require and use interpret that > # to mean that a particular version of perl is specified > >- if ($module =~ /5.00/) { >- print "perl >= 0:$module\n"; >+ my $ver=$1; >+ if ($ver =~ /5.00/) { >+ print "perl >= 0:$ver\n"; > next; > } > else { >- print "perl >= 1:$module\n"; >+ print "perl >= 1:$ver\n"; > next; > } >
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 140597
:
107326
|
114942
|
114943