Also please mention on perlrun if a feature will go away soon.
There was no warning on perlrun that #!/usr/bin/perl -C was about to
break next upgrade, and we were coding new programs with it right up
until the day it broke.

Also,
$ man perldelta
       Too late for "-T" option
           The error Too late for "-T" option has been reformulated to be more 
descriptive.

Good. And for the
       Too late for "-C" option
message, please emit in addition that one needn't spend hours of
research in order to make one's suddenly broken programs work again.
One apparently just needs to add
    binmode STDIN,  ":utf8";
    binmode STDOUT, ":utf8";
Please mention it.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to