in reply to Re^2: Perl 6 critique is a good thing
in thread Perl 6 critique is a good thing

I'm not sure why they chose not to include a pragma to switch to Perl5 parsing

A pragma isn't necessary. The heuristic they use is extremely simple. Perl 6 does not have packages. If some code has a package statement in it, then it must be Perl 5.