summaryrefslogtreecommitdiffstats
path: root/t/eval.t
diff options
context:
space:
mode:
Diffstat (limited to 't/eval.t')
-rw-r--r--t/eval.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/eval.t b/t/eval.t
new file mode 100644
index 0000000..d9ce952
--- /dev/null
+++ b/t/eval.t
@@ -0,0 +1,11 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use lib 't/eval';
+use Test::More;
+
+no circular::require;
+
+use_ok('Foo');
+
+done_testing;