From: Chris W. <la...@us...> - 2004-11-28 01:33:01
|
Update of /cvsroot/openinteract/OpenInteract2/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24329/t Modified Files: utils.pl Log Message: cosmetic aligning (from using File::Spec::Functions) Index: utils.pl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/t/utils.pl,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** utils.pl 27 Nov 2004 19:00:27 -0000 1.74 --- utils.pl 27 Nov 2004 20:38:10 -0000 1.75 *************** *** 159,164 **** } $type ||= 'content'; ! my $full_filename = catfile( get_test_dir(), ! @{ $filename } ); if ( $type eq 'name' ) { return $full_filename; --- 159,163 ---- } $type ||= 'content'; ! my $full_filename = catfile( get_test_dir(), @{ $filename } ); if ( $type eq 'name' ) { return $full_filename; |