Template::Plugins can fail on case insensitive file systems (like Apple's HFS). e.g.
[% USE autoformat %]
TT will look for Template::Plugin::autoformat (lower case 'a') and the
Template::Plugin::Autoformat module will be loaded instead. Then all hell breaks loose.