RCG breaks on case-insensitive filesystem
On macos it failed with this error:
Undefined subroutine &CDS::INPUT::checkInputConnect called at ./feCodeGen.pl line 772.
From the context, it looks like it finds the existence of the file lib/Input.pm
when looking for lib/INPUT.pm
, and then tries to call a function in CDS::INPUT
, which doesn't exist.