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