<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,8 +10,9 @@ use Data::Dump qw( pp );
 
 my $cfg = Config::Any-&gt;load_files({ files =&gt; \@ARGV, use_ext =&gt; 1 });
 
-for (@$cfg) {
-  my ($filename, $config) = each %$_;
-  print &quot;Got configuration from file '$filename':\n&quot;, pp($config), &quot;\n&quot;;
+for my $c (@$cfg) {
+  while (my ($filename, $config) = each %$c) {
+    print &quot;Got configuration from file '$filename':\n&quot;, pp($config), &quot;\n&quot;;
+  }
 }
 </diff>
      <filename>bin/x-perl-check-config</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ccb4495e2da1b415b620762a21de9b821cb2358c</id>
    </parent>
  </parents>
  <author>
    <name>Pedro Melo</name>
    <email>melo@simplicidade.org</email>
  </author>
  <url>http://github.com/melo/scripts/commit/fdafc036cb1a7e5c16bcd3e4d83f41eff7c7a420</url>
  <id>fdafc036cb1a7e5c16bcd3e4d83f41eff7c7a420</id>
  <committed-date>2009-10-12T09:23:43-07:00</committed-date>
  <authored-date>2009-10-12T09:23:43-07:00</authored-date>
  <message>Make sure we show all files we imported

Signed-off-by: Pedro Melo &lt;melo@simplicidade.org&gt;</message>
  <tree>41a88f04ebe8724810c155deff93eab6de4353de</tree>
  <committer>
    <name>Pedro Melo</name>
    <email>melo@simplicidade.org</email>
  </committer>
</commit>
