We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fead8dc commit f905f8aCopy full SHA for f905f8a
lib/ExtUtils/MM_Any.pm
@@ -2773,20 +2773,6 @@ override File::Spec.
2773
2774
2775
2776
-=head3 catfile
2777
-
2778
-File::Spec <= 0.83 has a bug where the file part of catfile is not
2779
-canonicalized. This override fixes that bug.
2780
2781
-=cut
2782
2783
-sub catfile {
2784
- my $self = shift;
2785
- return $self->canonpath($self->SUPER::catfile(@_));
2786
-}
2787
2788
2789
2790
=head2 Misc
2791
2792
Methods I can't really figure out where they should go yet.
0 commit comments