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



> Leopold Toetsch wrote:
> 
>> Am Donnerstag, 5. April 2007 07:35 schrieb jerry gay:
>>
>>> developers shouldn't live in fear of $^O
>>
>>
>>
>> And the docs for some such are not far away:
>> $ perldoc perlvar
>> /\$\^O
>>
> 
> 
> Okay, then I'll convert to regular variable in Configure.pl in the 
> course of refactoring.  And then have some of our Phalanx Phoenix Parrot 
> newbies convert the other files as time permits.
> 
> kid51

Task:  Eliminate use of English pragma in these locations:

[latest] 538 $ ack no_match_vars
config/gen/platform.pm
22:use English qw( -no_match_vars );

Configure.pl
262:use English qw( -no_match_vars );

t/distro/test_file_coverage.t
10:use English qw( -no_match_vars );

t/harness
94:use English qw( -no_match_vars );

Reply via email to