You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand the question about ExtUtils::CBuilder. Can you give me a code sample showing what you mean? Generally, the bit after cpan:///distfile should be sufficient to determine the tarball under any CPAN mirror.
Eventually, the plan is to enhance URI::cpan to give you a CPAN path directly. I might work on that at the QA hackathon.
CPAN::Common::Index returns the value in following form.
In this case, I can detect the tar ball path is http://www.cpan.org/authors/id/E/ET/ETHER/Moose-2.0802.tar.gz.
But in ExtUtils::CBuilder, tar ball path is http://ftp.riken.jp/lang/CPAN/authors/id/A/AM/AMBS/ExtUtils/ExtUtils-CBuilder-0.280210.tar.gz. How do I find a source tar ball path from return value?
The text was updated successfully, but these errors were encountered: