On Mon Sep 28 05:40:00 2009, kmx@volny.cz wrote:
Show quoted text>
> > Could you take a look at the share\strawberry\README.txt.tt included in
> > r9351?
> >
> See r9353
Looks great! Thanks. Think you missed one word, but other than that,
it's a keeper.
Show quoted text> Question1 - Do we want to recommend:
> * set PATH=%PATH%;[% dist.image_dir %]\c\bin;[% dist.image_dir %]\perl\bin
> or rather
> * set PATH=[% dist.image_dir %]\c\bin;[% dist.image_dir %]\perl\bin;%PATH%
The first. While we're getting better, there still could be a few .dll
problems, and the second would make us break other programs when those
problems happen.
Show quoted text> Question2 - is setting of TERM=dumb + FTP_PASSIVE=1 really necessary?
Only if you plan to use "cpan Module::To::Install" or "cpan". :) The
Term::Read{Line,Key} packages require the first, and Net::FTP requires
the second to get across some firewalls, if I recall correctly, so we
play it safe and recommend it to everyone.
And yes, the .msi sets those.