Skip Menu |

This queue is for tickets about the Perl-Version CPAN distribution.

Report information
The Basics
Id: 84652
Status: patched
Priority: 0/
Queue: Perl-Version

People
Owner: Nobody in particular
Requestors: tokuhirom+cpan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: perl-revision drops executable bit.
When using perl-revision to executable perl script, it drops executable bit. When I bump up a version in a script has permission 0755, perl-revision script changes the permission to 0644.
On Mon Apr 15 23:17:10 2013, TOKUHIROM wrote: Show quoted text
> When using perl-revision to executable perl script, it drops > executable bit. > > When I bump up a version in a script has permission 0755, perl- > revision script changes the permission to 0644.
I couldn't reproduce this on Mac OS X Mavericks, but I've made a patch to remember the original file mode and reapply it when it re-writes the file. The change is 8ed5725 in https://github.com/briandfoy/Perl--Version