[Bps-public-commit] Shipwright branch, master, updated. e56b67cf0b565ca3b5b162df9e7d9a5db6d1cb4b
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Aug 4 04:14:32 EDT 2009
The branch, master has been updated
via e56b67cf0b565ca3b5b162df9e7d9a5db6d1cb4b (commit)
from 9b8ca66d1bd31f1693082f1a23a0913c74cdd098 (commit)
Summary of changes:
lib/Shipwright/Manual/ENV.pod | 63 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 63 insertions(+), 0 deletions(-)
create mode 100644 lib/Shipwright/Manual/ENV.pod
- Log -----------------------------------------------------------------
commit e56b67cf0b565ca3b5b162df9e7d9a5db6d1cb4b
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Aug 4 16:14:22 2009 +0800
added ENV.pod
diff --git a/lib/Shipwright/Manual/ENV.pod b/lib/Shipwright/Manual/ENV.pod
new file mode 100644
index 0000000..02ed1a4
--- /dev/null
+++ b/lib/Shipwright/Manual/ENV.pod
@@ -0,0 +1,63 @@
+=head1 NAME
+
+Shipwright::Manual::ENV - ENV vars Shipwright uses
+
+=head1 SYNOPSIS
+
+Introduce ENV variables Shipwright makes use of.
+
+=head1 DESCRIPTION
+
+=over 4
+
+=item SHIPWRIGHT_MAKE
+
+ path of 'make' cmd, default value is 'make' on UNIX
+
+=item SHIPWRIGHT_USER_ROOT
+
+ directory where shipwright keeps internal data
+ ( mostly, to speed things up ).
+ default value is ~/.shipwright
+
+=item SHIPWRIGHT_SVK
+
+ path of 'svk' cmd, default value is 'svk'
+
+=item SHIPWRIGHT_SVN
+
+ path of 'svn' cmd, default value is 'svn'
+
+=item SHIPWRIGHT_GIT
+
+ path of 'git' cmd, default value is 'git'
+
+=item SHIPWRIGHT_TEST_SVK
+
+ test svk backend if this's true
+
+=item SHIPWRIGHT_TEST_SVN
+
+ test svn backend if this's true
+
+=item SHIPWRIGHT_TEST_GIT
+
+ test git backend if this's true
+
+=back
+
+=head1 SEE ALSO
+
+L<Shipwright::Manual::Tutorial>
+
+=head1 AUTHORS
+
+sunnavy C<< <sunnavy at bestpractical.com> >>
+
+=head1 LICENCE AND COPYRIGHT
+
+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.
+
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list