This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the deprecated $* variable.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 13 Jun 2003 19:17:50 +0000 (19:17 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 13 Jun 2003 19:17:50 +0000 (19:17 +0000)
commitf02c194e1a40f11d020685cd18b41e5261091b12
tree37863ea19d4769893b861e11cb30b0215621246d
parentcff1be36840a17022b50a6f295ed97efe19b975e
Remove the deprecated $* variable.
Incidentally, this fixes bug #22354, about unwanted
action-at-distance of the /m regexp modifier.
Add a new warning to advertise this fact.

p4raw-id: //depot/perl@19769
12 files changed:
gv.c
lib/English.pm
mg.c
pod/perldelta.pod
pod/perldiag.pod
pod/perlre.pod
pod/perlvar.pod
pp.c
pp_hot.c
t/lib/warnings/gv
t/op/pat.t
t/op/study.t