Skip to main content

perl_parser/
refactor.rs

1//! Compatibility re-export of refactoring modules.
2
3/// Refactoring and modernization helpers.
4pub use perl_refactoring::refactor::*;