Subject: | Request to handle 'git mv' in Module::Rename |
Date: | Mon, 22 Jul 2013 22:51:05 -0500 |
To: | bug-Module-Rename [...] rt.cpan.org |
From: | Jim Cochrane <jim.cochrane [...] gmail.com> |
Hi. What I'm reporting here is not really a bug, but a feature request. I
didn't find a path to report a feature request - apologies if I missed it.
What I'm requesting is an extension to Module::Rename to use 'git-mv'
instead of 'mv' to perform the file moves, so that git can be kept in the
loop, thus saving extra admin work. I actually grabbed the code from
github and made a small change, which worked fine in a simple test case. I
can submit this modification to you if you like - just let me know how you
prefer I do that - e.g., pull request on github or whatever.
I see you've not made any changes to this module for a few years, but (I
find) it's a very useful module/script and since the change is small and
(IMO) useful, hopefully you'll find it practical and worthwhile to
incorporate it. (I'm aware that you may need to add further changes or
throw away my changes and implement your own - that's fine.)
Thanks!
Jim Cochrane