-
Notifications
You must be signed in to change notification settings - Fork 578
perl5 docu bug - utime is _not_ equivalent to touch #7501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]with the shell command "touch" i can specify any file i want with the perl command "ulimit" i will only succeed for file dates quote from the man page "perlfunc" When i am failing with perl but do succeed with touch, Anyone knows about a workaround without invoking a subshell running touch? -Alex. -- |
From @iabynOn Wed, Sep 15, 2004 at 08:03:02AM -0000, Alexander Stohr wrote:
(I presume you meant 'utime' rather than 'ulimit') Can you show a concrete example of this failure, eg the full output $ id Also, could you show the output of perlbug -d Thanks, Dave. -- |
The RT System itself - Status changed from 'new' to 'open' |
From [email protected]Alexander Stohr <perl5-porters@perl.org> writes:
ExtUtils::Command::touch() The open for append "touches" files you don't own.
|
@iabyn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#31578 (status was 'resolved')
Searchable as RT31578$
The text was updated successfully, but these errors were encountered: