This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug id 20020427.004 on %^H.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 30 Apr 2002 19:03:34 +0000 (19:03 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 30 Apr 2002 19:03:34 +0000 (19:03 +0000)
commit045ac3170cd33a7002e5d26e4859e94ca400926d
treebf481b2a683c7ccbf658d60a50623597b094923e
parente8c86ba6ca66f86dc4c8f4de0abf70f53c2484f4
Fix bug id 20020427.004 on %^H.
Add a regression test for %^H.
Change the sort pragma implementation to use a
global variable instead of %^H.

p4raw-id: //depot/perl@16286
MANIFEST
lib/sort.pm
lib/sort.t
pp_sort.c
scope.c
t/comp/hints.t [new file with mode: 0644]