Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix 72] generator config is not case-sensitive consistent
Perl's `can_load` is case-insensitive which means that the system can find case variations of generator names but `Thunk` later cannot properly load the module. For now, it detects the typo on the generator name but only warns the user instead of assuming which one they intended, to prevent allowing variations of the names to be used in source code.
- Loading branch information