]> git.donarmstrong.com Git - term-progressbar.git/commitdiff
stop exporting unused subs
authorGabor Szabo <gabor@szabgab.com>
Tue, 29 Nov 2011 15:15:21 +0000 (17:15 +0200)
committerGabor Szabo <gabor@szabgab.com>
Tue, 29 Nov 2011 15:15:21 +0000 (17:15 +0200)
t/test.pm

index 94fc11dcbd99a68ef2aaeb605ae9e315b15cb1ce..1a7422945c06df796a1ee8959812b6d33146796f 100644 (file)
--- 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 -----------------------------