notwitch has asked for the wisdom of the Perl Monks concerning the following question:
I'd like to run perltidy on some files that are sym links, but with the -b option, perltidy renames the sym link (appends .bak) and creates a new tidy'd up file.
This is a problem when the original sym link file is under version control, plus the documentation says -b modifies in place (not quite true in this case.)
I know one answer is "don't tidy sym links," are there other options?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perltidy with symbolic links
by ikegami (Patriarch) on Mar 10, 2010 at 19:14 UTC | |
|
Re: Perltidy with symbolic links
by ikegami (Patriarch) on Mar 10, 2010 at 19:25 UTC | |
|
Re: Perltidy with symbolic links
by zwon (Abbot) on Mar 10, 2010 at 19:12 UTC | |
by notwitch (Acolyte) on Mar 10, 2010 at 19:21 UTC |