diff options
Diffstat (limited to 't/Break.pm')
-rw-r--r-- | t/Break.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/Break.pm b/t/Break.pm new file mode 100644 index 0000000..6214092 --- /dev/null +++ b/t/Break.pm @@ -0,0 +1,7 @@ +package t::Break; + +{ use 5.006; } +use warnings; +use strict; + +die "broken"; |