Skip to content

Commit f905f8a

Browse files
committed
Remove File::Spec<=0.83 workaround since 0.84 in 5.6.2
1 parent fead8dc commit f905f8a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lib/ExtUtils/MM_Any.pm

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,20 +2773,6 @@ override File::Spec.
27732773
27742774
27752775
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-
27902776
=head2 Misc
27912777
27922778
Methods I can't really figure out where they should go yet.

0 commit comments

Comments
 (0)