summaryrefslogtreecommitdiff
path: root/t/compile-time.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-09-21 17:50:39 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-09-21 17:50:39 +0000
commit37bd679ad9ac185930fa8fea7cd11b27587ae478 (patch)
tree5e066618802a14b7c8b3e7ecc7e234c669c9d10b /t/compile-time.t
downloadPackage-Stash-tarball-master.tar.gz
Diffstat (limited to 't/compile-time.t')
-rw-r--r--t/compile-time.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/compile-time.t b/t/compile-time.t
new file mode 100644
index 0000000..90debf2
--- /dev/null
+++ b/t/compile-time.t
@@ -0,0 +1,9 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use lib 't/lib';
+use Test::More;
+
+use_ok('CompileTime');
+
+done_testing;