Hello everyone, I can't find the solution to a problem. I downloaded perl strawberry portable and ran minicpan to get my local copy of one miror (no problem, it works great). Now I want to make it available to people that have access to a shared folder on a VM on the network

The constraint is that we are limited to windows as OS and I can't configure cpan correctly to use that mirror. Let's assume I put the miror copy in \\a_server\Shared Internal\porcelet\my_cpan_mirror

Then I went in the cpan config file to edit 'urllist' I have the following line 'urllist' => [q\\\\a_server\\Shared Internal\\porcelet\\my_cpan_mirror] cpan tries to fetch with LWP but the address looks weird...it starts by the url I specified and it's then followed by /authors/01mailrc.txt.gz I have the same issue for packages details and modlist. It indicates that the url must be absolute....did I miss something? I'd like to use unix environnement, I know it's easier...but You can't always do what you want ;)

Regards


In reply to minicpan mirror in windows network by porcelet

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.