[Bps-public-commit] Net-Jifty branch, master, updated. 65cdbb2cd2ddfc462c1edf02aed6dab7361c2a33
sartak at bestpractical.com
sartak at bestpractical.com
Wed Nov 18 18:09:04 EST 2009
The branch, master has been updated
via 65cdbb2cd2ddfc462c1edf02aed6dab7361c2a33 (commit)
from 5ab0ecb3a3b5879bd9f2b2df8434351bb4a56f04 (commit)
Summary of changes:
lib/Net/Jifty.pm | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 65cdbb2cd2ddfc462c1edf02aed6dab7361c2a33
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Nov 18 18:08:57 2009 -0500
Document what the config file looks like, why not
diff --git a/lib/Net/Jifty.pm b/lib/Net/Jifty.pm
index f1718bb..0f2ac24 100644
--- a/lib/Net/Jifty.pm
+++ b/lib/Net/Jifty.pm
@@ -947,6 +947,13 @@ This transforms the config file into a hashref. It also does any postprocessing
needed, such as transforming localhost to 127.0.0.1 (due to an obscure bug,
probably in HTTP::Cookies).
+The config file is a L<YAML> document that looks like:
+
+ ---
+ email: you at example.com
+ password: drowssap
+ sid: 11111111111111111111111111111111
+
=head3 write_config_file
This will write the config to disk. This is usually only done when a sid is
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list