# with only one command
#
# Author: Patrick Canterino <patshaping@gmx.net>
-# Last modified: 09-26-2003
+# Last modified: 2003-10-13
#
use strict;
use vars qw(@EXPORT);
use Carp qw(croak);
-use File::Spec;
### Export ###
{
next if($entry eq "." || $entry eq "..");
- if(-d File::Spec->canonpath($dir."/".$entry))
+ if(-d $dir."/".$entry)
{
push(@dirs,$entry);
}