[Bps-public-commit] Config-GitLike branch, master, updated. 1.05-2-g8f7fa2f
Christine Spang
spang at bestpractical.com
Mon Feb 21 15:08:20 EST 2011
The branch, master has been updated
via 8f7fa2f1250c9981ab187b09c56fda9e3abb5233 (commit)
from 32b815f06cac54175505a86dc4e347e3d5e8d679 (commit)
Summary of changes:
lib/Config/GitLike.pm | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
- Log -----------------------------------------------------------------
commit 8f7fa2f1250c9981ab187b09c56fda9e3abb5233
Author: Christine Spang <christine at debian.org>
Date: Mon Feb 21 14:36:03 2011 -0500
fix group_set documentation
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index da2f25d..c19911e 100644
--- a/lib/Config/GitLike.pm
+++ b/lib/Config/GitLike.pm
@@ -1407,20 +1407,15 @@ values. To override this, pass in C<multiple =E<gt> 1>. If you want to replace
all instances of a multiple-valued key with a new value, you need to pass
in C<replace_all =E<gt> 1> as well.
-=head2 group_set
-
-Parameters:
-
- filename => '/home/foo/.bar'
- args_ref => $ref
+=head2 group_set( $filename, $array_ref )
Same as L<"set">, but set a group of variables at the same time without
writing to disk separately for each.
-C<args_ref> is an array reference containing a list of hash references which
-are essentially hashes of arguments to C<set>, excluding the C<filename>
-argument since that is specified separately and the same file is used for all
-variables to be set at once.
+C<$array_ref> contains a list of hash references which are essentially hashes
+of arguments to C<set>, excluding the C<$filename> argument since that is
+specified separately and the same file is used for all variables to be set at
+once.
=head2 rename_section
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list