Perl5-IDEA
Perl5-IDEA copied to clipboard
Mason code refactoring
Mason support is naive in many ways and may be improved:
- [ ] MasonVirtualFileListener most likely should be dropped. Related data should not be stubbed, but should be computed in runtime. Not sure if it is well-covered for refactoring. Original issue #690
- [ ]
com.perl5.lang.htmlmason.MasonCoreUtil#getComponentRootshould be reimplemented using directory index for speeding up things and unifying approach.