in reply to Re^2: CPAN.pm programming
in thread CPAN.pm programming

But if you're going to update your application, you'll have to send your client something anyway - might as well then send the modules you need. You also may need a module, or a version of a module that wasn't present in the minicpan you deliver on CD.

Replies are listed 'Best First'.
Re^4: CPAN.pm programming
by gwhite (Friar) on Nov 23, 2009 at 20:59 UTC

    Right, but I usually send updates zipped via email. And sending a module doesn't mean you might not forget a depndant module. This works for me.

    g_White
      This works for me.
      Then why the thread?

        Because the original question was how to manipulate the CPAN.pm code to look at the local miniCPAN for my clients behind a firewall and you chose to derail it by questioning my methodology of having the miniCPAN at all.

        g_White