* Leon Timmermans <perlbug-followup@perl.org> [2015-04-19T09:53:21] > Currently, when perl tries to run a script and it encounters a hashbang > line not containing the string "perl" (e.g. /usr/bin/python), it will > instead run that executable. This works for most other languages, but for > perl6 this doesn't switch gracefully for obvious reasons. > > The attached patch tries to fix that, so that #!perl6 files will DWIM. Okay, go for it. -- rjbsThread Previous | Thread Next