Have you checked Perl::Critic?
Yes. It's lovely - but nothing like a refactoring tool.
It can't automatically restructure your code (BTW I don't trust such tools), but for such actions a simple text editor is often sufficient.
I have to disagree. See Re^3: Features missing in perl IDEs?.
| [reply] |
Yes. It's lovely - but nothing like a refactoring tool.
While Perl::Critic is certainly far from being a complete refactoring tool, it nevertheless offers those analyze/audit functions which are usually the core of a refactoring application.
I see that you are more interested in the code restructuring functions though, and I certainly agree that Perl::Critic is not the answer here (though for this there is Devel::Refactor, as also pointed out by you here, though I admit it's still very limited.)
Ciao, Emanuele.
| [reply] |