From aa6d2faf4a09834c6d5d5c3cda646697aa346912 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Tue, 29 Nov 2011 17:15:21 +0200 Subject: [PATCH] stop exporting unused subs --- t/test.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/test.pm b/t/test.pm index 94fc11d..1a74229 100644 --- a/t/test.pm +++ b/t/test.pm @@ -100,8 +100,7 @@ The following symbols are exported upon request: =cut -@EXPORT_OK = qw( compare evcheck - save_output restore_output tempdir tmpnam ); +@EXPORT_OK = qw( evcheck save_output restore_output ); # Utility ----------------------------- -- 2.39.2