in reply to Add Modules to a PERL-Distribution

I am sure there are threads for that, but I couldn't find any.

I can't think of any :) But you would want to add them to vendor libraries (on lots of win32 distributions, they stick it in sitelib -- no biggie)

Replies are listed 'Best First'.
Re^2: Add Modules to a PERL-Distribution
by Ea (Chaplain) on Nov 14, 2011 at 13:23 UTC
    I've recently run across Task for installing sets of modules.

    perl -e 'print qq(Just another Perl Hacker\n)' # where's the irony switch?