summaryrefslogtreecommitdiffstats
path: root/lib/Eval/Closure.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Eval/Closure.pm')
-rw-r--r--lib/Eval/Closure.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm
index 86a8377..1ce0327 100644
--- a/lib/Eval/Closure.pm
+++ b/lib/Eval/Closure.pm
@@ -1,6 +1,7 @@
package Eval::Closure;
use Sub::Exporter -setup => {
exports => [qw(eval_closure)],
+ groups => { default => [qw(eval_closure)] },
};
use Carp;