<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,5 +13,5 @@ Moritz Lenz                   &lt;moritz.lenz@gmail.com&gt;
 Patrick Donelan               &lt;pat@patspam.com&gt;
 Paul Fenwick                  &lt;pjf@perltraining.com.au&gt;
 Reini Urban                   &lt;rurban@x-ray.at&gt;
-Vincent Pit                   &lt;perl@profvince.com&gt;
 Spiros Denaxas                &lt;spiros@lokku.com&gt;
+Vincent Pit                   &lt;perl@profvince.com&gt;</diff>
      <filename>AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ foreach (@logs) {
     $author_email{$1} = $2 if /^Author: (.*?)\s*&lt;(.*)&gt;/;
 }
 
-foreach my $name (sort keys %author_email) {
+foreach my $name (sort {lc $a cmp lc $b } keys %author_email) {
 
     # No Ben and Schwern, you can't be counted twice.
     next if $name eq &quot;Ben Hengst (system)&quot;;</diff>
      <filename>bin/build-authors</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc7f8fdefb910fcfd794a2dc382ca97c49e50198</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/perl589delta/commit/1f5c081425fff0bb311afdf2a4512303f0ce0153</url>
  <id>1f5c081425fff0bb311afdf2a4512303f0ce0153</id>
  <committed-date>2008-10-30T00:21:19-07:00</committed-date>
  <authored-date>2008-10-30T00:21:19-07:00</authored-date>
  <message>Authors really are in alphabetical order now.</message>
  <tree>4276ca5f6030078418ad67d3d389b67d9961bc64</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
