1Shipwright::Manual::ENVU(s3e)r Contributed Perl DocumentaSthiiopnwright::Manual::ENV(3)
2
3
4

NAME

6       Shipwright::Manual::ENV - ENV variables Shipwright uses
7

SYNOPSIS

9       Introduce ENV variables Shipwright makes use of.
10

DESCRIPTION

12       HOME
13           user's home directory, e.g. /home/joe
14
15       USER
16           user's name, e.g. joe
17
18       SHIPWRIGHT_SHIPYARD
19       SHIPWRIGHT_REPOSITORY ( deprecated )
20               shipwright's shipyard's uri, i.e. the uri occurs in cmd option -r ...
21               if there's no -r arg in cmd, this env is used if any.
22
23               SHIPWRIGHT_SHIPYARD has higher priority.
24
25               e.g. fs:/tmp/fs
26
27       SHIPWRIGHT_MAKE
28               path of 'make' cmd, default value is 'make' on UNIX
29
30       SHIPWRIGHT_SOURCE_ROOT
31               directory where shipwright keeps source data except downloads,
32               which will be in $ENV{SHIPWRIGHT_USER_ROOT}/downloads.
33               default value is a temp dir.
34
35       SHIPWRIGHT_USER_ROOT
36               directory where shipwright keeps internal data
37               ( mostly, to speed things up ).
38               default value is ~/.shipwright
39
40       SHIPWRIGHT_LWP_TIMEOUT
41               LWP timeout( seconds ).
42               technically, it's the seconds we take to call $ua->timeout($seconds)
43
44       SHIPWRIGHT_SVK
45           path of svk command, default value is svk.
46
47       SHIPWRIGHT_SVN
48           path of svn command, default value is svn.  svnadmin command is
49           expected to be in the same directory as svn.
50
51       SHIPWRIGHT_GIT
52           path of git command, default value is git.
53
54       SHIPWRIGHT_CPAN_MIRROR
55           url of the cpan mirror
56
57       SHIPWRIGHT_TEST_EXTRA
58               some tests depend on something that's missing in some distribution, to
59               make cpan's report happy, thoese tests are disabled by default.
60               you can enable this to set this true.
61
62       SHIPWRIGHT_TEST_SVK
63               test svk backend if this's true
64
65       SHIPWRIGHT_TEST_SVN
66               test svn backend if this's true
67
68       SHIPWRIGHT_TEST_GIT
69               test git backend if this's true
70
71       SHIPWRIGHT_DEVEL
72               use confess instead of die if this's true
73
74       PERL_MM_USE_DEFAULT
75               CPAN in Shipwright is always run without interaction,
76               so this will always be true.
77
78       FTP_PASSIVE
79               used in FTP source, true by default
80
81       SVKROOT
82               used in tests, svk depot path
83

SEE ALSO

85       Shipwright, Shipwright::Manual
86

AUTHORS

88       sunnavy  "<sunnavy@bestpractical.com>"
89
91       Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
92
93       This program is free software; you can redistribute it and/or modify it
94       under the same terms as Perl itself.
95
96
97
98perl v5.12.3                      2011-04-02        Shipwright::Manual::ENV(3)
Impressum