Skip Menu |

This queue is for tickets about the CPAN-PackageDetails CPAN distribution.

Report information
The Basics
Id: 62874
Status: open
Priority: 0/
Queue: CPAN-PackageDetails

People
Owner: Nobody in particular
Requestors: MITHALDU [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
Can you show me the script that gave you the problems? Were you running dpan or something that you wrote yourself?
I ran dpan directly on the command line, on Windows7 and ActivePerl. I don't have access to the machine right now, but the shell prompt was: C:\dpan> dpan And nothing else. The tarball was directly in the same directory as well, which i think is part of the problem, as it worked when i created a fake authors/id/T/TF/TFX to store the tarball in. On another note: I'm sort of confused as to how one is supposed to use this in the first place, as it does not generate an authors/mail_list tarball.