summary refs log tree commit diff
path: root/t/00_use.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00_use.t')
-rw-r--r--t/00_use.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/00_use.t b/t/00_use.t
new file mode 100644
index 0000000..32f2c4c
--- /dev/null
+++ b/t/00_use.t
@@ -0,0 +1,5 @@
+use strict;
+use warnings all => 'FATAL';
+use Test::More;
+use_ok 'Net::Riak';
+done_testing();