
Shipwright::Manual::ENV - ENV vars Shipwright uses

Introduce ENV variables Shipwright makes use of.

user's home directory, e.g. /home/joe
user's name, e.g. joe
shipwright's repository, i.e. uri occurs in cmd option -r ...
if there's no -r arg in cmd, this env is used if any.
e.g. fs:/tmp/fs
path of 'make' cmd, default value is 'make' on UNIX
directory where shipwright keeps source data except downloads,
which will be in $ENV{SHIPWRIGHT_USER_ROOT}/downloads.
default value is a temp dir.
directory where shipwright keeps internal data
( mostly, to speed things up ).
default value is ~/.shipwright
LWP timeout( seconds ).
technically, it's the seconds we take to call $ua->timeout($seconds)
test svk backend if this's true
test svn backend if this's true
test git backend if this's true
CPAN in Shipwright is always run without interaction,
so this will always be true.
used in FTP source, true by default
used in tests, svk depot path


sunnavy <sunnavy@bestpractical.com>

Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.