summaryrefslogtreecommitdiff
path: root/t/00use.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-03-10 19:55:44 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-03-10 19:55:44 +0000
commit8cc5160aefb2ba3611d1d5d6b12b996227f9da72 (patch)
tree256923c9d568f659ca72d254993e6a40c439a7b5 /t/00use.t
downloadFuture-tarball-master.tar.gz
Diffstat (limited to 't/00use.t')
-rw-r--r--t/00use.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/00use.t b/t/00use.t
new file mode 100644
index 0000000..dc88b8a
--- /dev/null
+++ b/t/00use.t
@@ -0,0 +1,11 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+
+use_ok( "Future" );
+use_ok( "Future::Utils" );
+
+done_testing;