The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Segfault - Attempt to make Perl segfault!

SYNOPSIS

        use warnings;
        use strict;
        use Acme::Segfault qw/segfault/;

        segfault();

DESCRIPTION

Segfault your Perls on purpose for once. Sabotage your employer! Troll users in #perl-help!

        #use warnings;
        #use strict;
        use Acme::Segfault qw/segfault/;
        ...
        segfault();

METHODS

segfault

Runs the segfault suite of methods.

segfault_1

        $x = []; push @$x, eval { $x = 1; return $x = 1; }

Runs the segfault suite of methods.

segfault_2

        system("kill 11,$$");

segfault_3

        *::=%::=0

TODO

Test suite.

BUGS

Please report bugs to:

https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-Segfault

AUTHOR

Nick Logan <ug@skunkds.com>

LICENSE AND COPYRIGHT

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.