I was in a similar situation with a client a while ago. On several servers I built Perl 5.8.8 from source. Their network had no internet connectivity, though I could transfer files between networks via a USB memory stick and an uploader station. On my own network I used CPAN::Mini to create a local mirror. After some discussion with their Security team, the agreed to allow me to host this internally to their network. Given that you work for the company in question making them see sense in allowing you to do something similar shouldn't be a big issue. As you say you could copy and paste the source of a module from cpan, which in theory breaks their 'third party rule'.

In order to protect yourself from any potential disciplinary actions I think you should discuss such a course of action as detailed above.


In reply to Re: Objects and Exceptions sans CPAN by marto
in thread Objects and Exceptions sans CPAN by Da_Lu

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.