Index: PerlSections.pm
===================================================================
--- PerlSections.pm	(revision 328873)
+++ 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 {
