Closed atoomic closed 7 years ago
Following the fix for https://github.com/CpanelInc/perl-compiler/issues/55 via 51f67dbbf7d03c00a9b2a732a4f01da6d7fc36bd. We could easily improve perch by optimize out B when not needed.
The idea is to let perlcc running a dependency check using a Debug module at check time, then let B::C knows via an option if B is required
fixed by 290c656e3642f22f9d4e9949f52d7b7ce6043079
Following the fix for https://github.com/CpanelInc/perl-compiler/issues/55 via 51f67dbbf7d03c00a9b2a732a4f01da6d7fc36bd. We could easily improve perch by optimize out B when not needed.
The idea is to let perlcc running a dependency check using a Debug module at check time, then let B::C knows via an option if B is required