Index: CVSROOT/shiela RCS File: /v/ossp/cvs/CVSROOT/shiela,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/CVSROOT/shiela,v' 2>/dev/null --- shiela 2002/12/22 19:25:51 1.11 +++ shiela 2002/12/22 19:30:18 1.12 @@ -30,13 +30,13 @@ require 5.005; -use strict; # shipped with Perl since 5.000 -use POSIX; # shipped with Perl since 5.000 -use IO::File; # shipped with Perl since 5.003 -use IO::Handle; # shipped with Perl since 5.003 -use IPC::Open2; # shipped with Perl since 5.003 -use Data::Dumper; # shipped with Perl since 5.005 -use Cwd; # shipped with Perl since 5.005 +use strict; # shipped with Perl since 5.000 +use POSIX; # shipped with Perl since 5.000 +use IO::File; # shipped with Perl since 5.003 +use IO::Handle; # shipped with Perl since 5.003 +use IPC::Open2; # shipped with Perl since 5.003 +use Data::Dumper; # shipped with Perl since 5.005 +use Cwd qw(abs_path); # shipped with Perl since 5.005 # DEBUGGING $Data::Dumper::Purity = 1;