vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

Stop using CPAN package 'Switch' #45

Closed vanstyn closed 10 years ago

vanstyn commented 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