Not perfect, but it will fix the majority of cases, including your example...
# add this to L.pm use Filter::Simple; FILTER { while (/((?:[\w]+::)+)[\w]+\(/g) { substr(my $module = $1, -2) = ''; eval { Module::Load::load($module) }; } };
In reply to Re: Perl 28 broke L: How to fix?
by tobyink
in thread Perl 28 broke L: How to fix?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |