Closed vanstyn closed 10 years ago
The CPAN package 'Switch' has issues on some platforms, including Mac, so we need to stop using it. For max compatibility, switch statements need to be refactored into using simple/ugly if/elsif/else statements and/or ternary (? :) operators
The CPAN package 'Switch' has issues on some platforms, including Mac, so we need to stop using it. For max compatibility, switch statements need to be refactored into using simple/ugly if/elsif/else statements and/or ternary (? :) operators