I want to use fancy postfix dereferencing in my Mojo templates. I suppose I could do
% use experimental 'postderef';
at the top of every template file, but that seems repetitive and lame. Is there a way I can make Mojolicious import my pragma preferences to the lexical scope of every template?