This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
TODO tests for reads from a scalar changed to upgraded after open
[perl5.git] / t / lib / croak / mg
1 __END__
2 # mg.c
3 # NAME Perl_magic_setsig
4 $SIG{_HUNGRY} = \&mmm_pie;
5 warn "Mmm, pie";
6 EXPECT
7 No such hook: _HUNGRY at - line 2.