This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
5.12.0 and later permit -C on the #! line with similar rules to -T
authorNicholas Clark <nick@ccl4.org>
Fri, 30 Mar 2012 16:35:52 +0000 (18:35 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 24 Apr 2012 08:51:55 +0000 (10:51 +0200)
commit14e37db5fb93f7380f545f8bf22bfa8715e4f344
tree318bf489bd95f621a438f2c3801c7e29f0a15269
parent2a930eeaa11a10dc2ffcb200563ba5641ac15840
5.12.0 and later permit -C on the #! line with similar rules to -T

Whilst this isn't as totally flexible as it might be, it's good enough to
remove the todo entry, which was added when -C was forbidden on the #! line.
However, making -C parsing on the #! more flexible probably requires
removing the "feature" that a C<#line 1> directive triggers re-processing
of #! directives.
Porting/todo.pod