You can also manage installed modules the INSTALL_BASE way ( local::lib way ) as demonstrated in Re^3: object version does not match bootstrap parameter ( cpanm --local-lib PERL5LIB), basically install them in your home directory, like with cpanm ...

Re: One liner to config cpan to install all dependencies automatically along with temp modules?

?node_id=3989;HIT=cpan%20prompt;re=N
How to install module with CPANPLUS without prompting?
Getting CPAN.pm to accept Makefile.PL prompts
How to skip the prompt fot configuring CPAN.
export PERL_MM_USE_DEFAULT=1 export PERL5LIB=/home/user/stuff/lib/perl5 export PERL_MB_OPT=--install_base /home/user/stuff export PERL_MM_OPT=INSTALL_BASE=/home/user/stuff cpan -fi Module Module Module Module Module Module
App::cpanminus/cpanm

Re: Module::Build installation while using local::lib
Re: Problems with CPAN: installing Tk
Re: self containing folder of modules
Re^4: Best strategy to facilitate dependency installation for a Perl-based software distribution
Re^3: HTML request to a server
Re: CPAN won't install into personal directory; probably an o conf problem
Re: My favorite pitfall: setting up CPAN

$ perl -Mlocal::lib Attempting to create directory C:\DOCUME~1\username\perl5 set PERL_LOCAL_LIB_ROOT=%PERL_LOCAL_LIB_ROOT%;C:\DOCUME~1\username\per +l5 set PERL_MB_OPT=--install_base C:\DOCUME~1\username\perl5 set PERL_MM_OPT=INSTALL_BASE=C:\DOCUME~1\username\perl5 set PERL5LIB=C:\DOCUME~1\username\perl5\lib\perl5;%PERL5LIB% set PATH=C:\DOCUME~1\username\perl5\bin;%PATH%

Re^9: wxbase28u_gcc_custom.dll Error

I have installed the Alien::WxWidgets and Wx:: to load, but the console still throwing the same error.

But did you install Alien::WxWidgets and Wx successfully ?

Try

cpanp -i Alien::WxWidgets Wx --allow_build_interactivity=0 --skiptest=0 --verbose

Try

cpanp -i Alien::wxWidgets Wx --allow_build_interactivity=0 --skiptest=0 --verbose --write_install_log --prereqs=1 >blah.log 2>&1

Then check blah.log or grep blah.log for name of .log file to check

Tail the file to see what got installed, it should be a list of files

Installing ... Installing ... Installing ...

In reply to Re: Unable to install perl module Sendmail by Anonymous Monk
in thread Unable to install perl module Sendmail by sravs448

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.