Integrate:
Jarkko Hietaniemi [Mon, 11 Aug 2003 15:50:34 +0000 (15:50 +0000)]
[ 20618]
$* is not yet fully gone in 5.8.1.
p4raw-link: @20618 on //depot/maint-5.8/perl: 696159303d27544c09e7d688b57e8615f8432aa5

p4raw-id: //depot/perl@20619
p4raw-integrated: from //depot/maint-5.8/perl@20614 'copy in'
pod/perlreref.pod (@20598..)

pod/perlreref.pod

index 8d88681..08cd227 100644 (file)
@@ -180,7 +180,7 @@ Quantifiers are greedy by default --- match the B<longest> leftmost.
 =head1 VARIABLES
 
    $_    Default variable for operators to use
-   $*    Enable multiline matching (deprecated; not in 5.8.1+)
+   $*    Enable multiline matching (deprecated; not in 5.9.0 or later)
 
    $&    Entire matched string
    $`    Everything prior to matched string