Subject: | checks for missing files fail on windows |
Using 0.25, on windows i have problems on these lines in
PackageDetails.pm
sub check_for_missing_dists_in_repo:
525: my $native_path = catfile( $cpan_path, split m|/|, $path );
sub check_for_missing_dists_in_file:
560: my $native_path = catfile( $cpan_path, split m|/|, $path );
These both result in:
"C:\dpan\C:\dpan\TFX-DownloadTOFiles-0.103130.tar.gz"
$path is: "C:/dpan/TFX-DownloadTOFiles-0.103130.tar.gz"
$cpan_path is: "C:\dpan"
I'd offer patches but i have no idea what this meant to do and how it
came about in the first place.