From 43e436166de021c4b473c40a2366a4d17d169f02 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 29 Jan 2003 22:39:20 +0000 Subject: [PATCH] Corrected syntax error in an an example. Thanks to Raymond Popwich. --- pod/spong.groups.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/spong.groups.pod b/pod/spong.groups.pod index 3078507..646c0df 100755 --- a/pod/spong.groups.pod +++ b/pod/spong.groups.pod @@ -88,8 +88,8 @@ where [stanza] is a second hash, that looks like the following: members => [ 'zero.monsters.org', 'godzilla.monsters.org', ], - compress = 0; - display = 1; + compress => 0; + display => 1; }

I know the format can be a little odd at first, but I chose it because -- 2.30.2