Index: lib/Apache2/PerlSections.pm
===================================================================
--- lib/Apache2/PerlSections.pm	(revision 332359)
+++ lib/Apache2/PerlSections.pm	(working copy)
@@ -108,7 +108,10 @@
 
 sub dump_special {
     my ($self, @data) = @_;
-    $self->add_config(@data);
+
+    foreach my $d ( @data ) { 
+        $self->add_config($d);
+    }
 }
 
 sub dump_any {
