summaryrefslogtreecommitdiff
path: root/t/Break.pm
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-02-06 22:09:40 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-02-06 22:09:40 +0000
commit3621e4956cb037811317b0195d3248108c6658c3 (patch)
tree3b72d0c777a6299cb8e96bfdc856487b7358f605 /t/Break.pm
downloadModule-Runtime-tarball-master.tar.gz
Module-Runtime-0.014HEADModule-Runtime-0.014master
Diffstat (limited to 't/Break.pm')
-rw-r--r--t/Break.pm7
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";