From: Gabor Szabo Date: Tue, 29 Nov 2011 17:12:56 +0000 (+0200) Subject: further clean the test module X-Git-Url: https://git.donarmstrong.com/?p=term-progressbar.git;a=commitdiff_plain;h=7966daddf59dcdf39b4ba3a6aa33424624c81d7e further clean the test module --- diff --git a/t/test.pm b/t/test.pm index c10aa57..1025f4e 100644 --- a/t/test.pm +++ b/t/test.pm @@ -88,32 +88,8 @@ The following symbols are exported upon request: # Utility ----------------------------- -use Carp qw( carp croak ); -use Cwd 2.01 qw( cwd ); -use Env qw( PATH ); -use Fatal 1.02 qw( close open seek sysopen unlink ); -use Fcntl 1.03 qw( :DEFAULT ); -use File::Basename qw( basename ); -use File::Path 1.0401 qw( mkpath rmtree ); -use File::Spec 0.6 qw( ); -use File::Temp qw( tempdir ); -use FindBin 1.42 qw( $Bin ); -#use POSIX 1.02 qw( ); -use Test 1.122 qw( ok skip ); +use Carp qw( carp ); -# ---------------------------------------------------------------------------- - -# ------------------------------------- -# PACKAGE CONSTANTS -# ------------------------------------- - -use constant BUILD_SCRIPT_DIR => => File::Spec->catdir( $Bin, File::Spec->updir, qw( blib script ) ); - -# ------------------------------------- -# PACKAGE ACTIONS -# ------------------------------------- - -$PATH = join ':', BUILD_SCRIPT_DIR, split /:/, $PATH; $| = 1;