http://qs1969.pair.com?node_id=11133677


in reply to Re: How to syntax-check Catalyst code which throws 'Invalid CODE attributes' errors?
in thread How to syntax-check Catalyst code which throws 'Invalid CODE attributes' errors?

That looks like exactly what I need, thank you. However I'm not quite understanding how I would use your inline example in my real-life situation, where I'm doing something like this:

perl -I /some/path/perl5 -c Path/To/lib/Controller/Foo.pm

How can I include your use parent code in that command?