Subject: | Segmentation fault with END block |
This code cause SEGV.
use strict;
use warnings;
use utf8;
{
package M;
my $X;
sub register { $X = $_[0] }
END { $X->() }
}
use autobox;
M::register(sub {
1->OMG();
});
This queue is for tickets about the autobox CPAN distribution.
The Basics
People
|
Bug Information
|