diff options
Diffstat (limited to 'tw/tw_hooks/scratch_test.pl')
-rw-r--r-- | tw/tw_hooks/scratch_test.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tw/tw_hooks/scratch_test.pl b/tw/tw_hooks/scratch_test.pl new file mode 100644 index 0000000..7473b19 --- /dev/null +++ b/tw/tw_hooks/scratch_test.pl @@ -0,0 +1,5 @@ +use strict; +use warnings; + +use Test::Simple tests => 2; + |