# New Ticket Created by  Jerry Gay 
# Please include the string:  [perl #39826]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39826 >


there are many scripts (ack reports 189, below) that contain 'perl -w'.

  D:\usr\local\parrot\trunk>ack --perl "perl -w" -l | perl -nle"}END{print $."
  189

our minimum required perl version is 5.6.2. it's time these get be
converted to 'use warnings;', except where the '-w' is appropriate
(eg. one-liners)
~jerry

Reply via email to