diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-11-23 15:44:42 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-11-23 15:44:42 +0000 |
commit | 1264269f3bf0825b89fac38e65e6989fdb9eba1b (patch) | |
tree | 015e49bbc2873a9f969d0a651d7bb1f7e593325c /tw_hooks/scratch_test.pl | |
parent | 1b3800a46bc789100db2cbab8df9560cbf15cb13 (diff) |
more work
Diffstat (limited to 'tw_hooks/scratch_test.pl')
-rw-r--r-- | tw_hooks/scratch_test.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tw_hooks/scratch_test.pl b/tw_hooks/scratch_test.pl new file mode 100644 index 0000000..7473b19 --- /dev/null +++ b/tw_hooks/scratch_test.pl @@ -0,0 +1,5 @@ +use strict; +use warnings; + +use Test::Simple tests => 2; + |