ok for .modulebuildrc, i missed this config file.
works ok for direct install. fail if deps :(
perl -MCPAN -e "install DateTime::TimeZone"
why do we need to put all env/prefix ? with command line, 1 argument (PREFIX) is sufficient ... strange.
can i use env variable or perl var to avoid repeating same path ? seems not:
my $local_prefix = '/home/touche/.cpan/local';
$CPAN::Config->{makepl_arg} = q[INSTALLARCHLIB=$local_prefix/lib INSTA
+LLBIN=$loc
al_prefix/bin INSTALLMAN1DIR=$local_prefix/man/man1 INSTALLMAN3DIR=$lo
+cal_prefix
/man/man3 INSTALLPRIVLIB=$local_prefix/lib INSTALLSCRIPT=$local_prefix
+/bin INSTA
LLSITEARCH=$local_prefix/lib INSTALLSITEBIN=$local_prefix/bin INSTALLS
+ITELIB=$lo
cal_prefix/lib INSTALLSITEMAN1DIR=$local_prefix/man/man1 INSTALLSITEMA
+N3DIR=$loc
al_prefix/man/man3 INSTALLVENDORARCH=$local_prefix/lib INSTALLVENDORBI
+N=$local_p
refix/bin INSTALLVENDORLIB=$local_prefix/lib INSTALLVENDORMAN1DIR=$loc
+al_prefix/
man/man1 INSTALLVENDORMAN3DIR=$local_prefix/man/man3];
failed
else do you know a way to launch install like 'perl -MCPAN -e "install xxx" -f MyConfig.pm -f modulebuildrc' ? or to force to accept/refuse deps (to be non-interactive) ? disable "make test" ? force install without dependancies check ?
anyway thanks a lot :)
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.