From 7031ee9e2b385fd149cd121e3d5d01f99ac99eda Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Jul 2013 16:43:46 -0400 Subject: make this api a bit less dumb --- t/lib/Foo.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 't') diff --git a/t/lib/Foo.pm b/t/lib/Foo.pm index 14521ad..48fcd05 100644 --- a/t/lib/Foo.pm +++ b/t/lib/Foo.pm @@ -2,9 +2,7 @@ package Foo; use strict; use warnings; -use Exporter::Lexical; - -our @EXPORT = ('foo'); +use Exporter::Lexical -exports => [ qw(foo) ]; sub foo { "FOO" } -- cgit v1.2.3-54-g00ecf