in reply to Re: Re: (Segfault) Re: is_constant() - a routine that detects constant subs
in thread is_constant() - a routine that detects constant subs

According to Rafael Garcia-Suarez this is actually a deliberate change. Overwriting a constant sub is now a mandatory warning in 5.7.3. Ho hum. So now I'll just catch both errors with $SIG{__WARN__} instead of the first.

-sam

  • Comment on Re: Re: Re: (Segfault) Re: is_constant() - a routine that detects constant subs