summaryrefslogtreecommitdiffstats
path: root/t/fun/basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/fun/basic.t')
-rw-r--r--t/fun/basic.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/fun/basic.t b/t/fun/basic.t
index 53a8476..06a724f 100644
--- a/t/fun/basic.t
+++ b/t/fun/basic.t
@@ -4,6 +4,8 @@ use warnings;
use Test::More;
use lib 't/fun/lib';
+use Test::Requires 'Sub::Name';
+
use Fun;
fun mul ($x, $y) {