Greetings,
The package thanks.pm has a little bug caught only when running a "perl
-cw" script when using MooseX::ModifyTaggedMethods module.
The error is in the "use" declaration:
package thanks;
"
use 5.005;
";
Just removing the double quotes and semicolon does the trick.
Regards,
Alceu