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 158734 Details for
Bug 247386
Cwd::cwd() use in File::Spec::Unix use causes unnecessary fork()
[?]
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]
fix cwd() use in File::Spec::Unix
perl-5.8.8-File_Spec_Unix-getcwd.patch (text/plain), 280 bytes, created by
Steven Pritchard
on 2007-07-08 17:46:27 UTC
(
hide
)
Description:
fix cwd() use in File::Spec::Unix
Filename:
MIME Type:
Creator:
Steven Pritchard
Created:
2007-07-08 17:46:27 UTC
Size:
280 bytes
patch
obsolete
>--- perl-5.8.8/lib/File/Spec/Unix.pm.orig 2005-08-27 12:14:38.000000000 -0500 >+++ perl-5.8.8/lib/File/Spec/Unix.pm 2007-07-07 22:13:51.000000000 -0500 >@@ -470,7 +470,7 @@ > # File::Spec subclasses use this. > sub _cwd { > require Cwd; >- Cwd::cwd(); >+ Cwd::getcwd(); > } > >
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 247386
: 158734