From: Gabor Szabo Date: Tue, 29 Nov 2011 15:15:21 +0000 (+0200) Subject: stop exporting unused subs X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aa6d2faf4a09834c6d5d5c3cda646697aa346912;p=term-progressbar.git stop exporting unused subs --- 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 -----------------------------