Stas Bekman (via RT) wrote: > % perl-5.8.1 -le' use warnings; use constant FOO => 1; \ > no warnings "redefine"; use constant FOO => 2;' > Constant subroutine main::FOO redefined at > /home/stas/perl/5.8.1/lib/5.8.1/constant.pm line 108. > > you can't turn this one off even with $^W=0; the problem exists in 5.8.0 > and blead-perl. Sam Tregar asked the same question : (and Nick I-S provided a rationale) http://groups.google.com/groups?threadm=20020519214851.3981.qmail%40airtrout.tregar.com I more or less documented the fact : http://archive.develooper.com/perl5-changes%40perl.org/msg04919.htmlThread Previous | Thread Next