*** Cwd.pm 2009-12-09 14:50:40.317703400 -0500 --- Cwd.pm.orig 2009-11-25 13:48:26.001000000 -0500 *************** *** 305,311 **** getcwd => 'cwd', fastgetcwd => 'cwd', fastcwd => 'cwd', ! # abs_path => 'fast_abs_path', realpath => 'fast_abs_path', }, --- 305,311 ---- getcwd => 'cwd', fastgetcwd => 'cwd', fastcwd => 'cwd', ! abs_path => 'fast_abs_path', realpath => 'fast_abs_path', }, *************** *** 819,824 **** # added function alias for those of us more # used to the libc function. --tchrist 27-Jan-00 ! *realpath = \&abs_path unless defined &realpath; 1; --- 819,824 ---- # added function alias for those of us more # used to the libc function. --tchrist 27-Jan-00 ! *realpath = \&abs_path; 1;