...catfile File::Spec <= 0.83 has a bug where the file part of catfile is not canonicalized. This override fixes that bug. =cut sub catfile { my $self = shift; return $self->canonpath($self->SUPER::catfile(@_)); } =head2 Misc...
http://public.activestate.com/pub/apc/perl-5.8.x/lib/ExtUtils/MM_Any.pm