--- google/t/_MODULE.t 2007/06/22 12:48:17 73 +++ google/t/_MODULE.t 2007/06/22 13:01:29 75 @@ -12,6 +12,9 @@ use_ok('CWMP::_MODULE'); } +#ok(my $abs_path = abs_path($0), "abs_path"); +#$abs_path =~ s!/[^/]*$!/!; #!fix-vim + ok( my $obj = CWMP::_MODULE->new({ debug => $debug, }), 'new' );