summaryrefslogtreecommitdiff
path: root/t/Break.pm
blob: 6214092e85391f4025e0135c3524bc3b2b1680cf (plain)
1
2
3
4
5
6
7
package t::Break;

{ use 5.006; }
use warnings;
use strict;

die "broken";