<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -235,6 +235,9 @@ sub all_possible_line_types
    }
 
 ## returns all possible keys from the set of all parsed line hash refs
+## 'time_stamp' and 'value' are special-cased, as they're automatically
+## added after the line is parsed.
+
 sub all_possible_keys
    {
 
@@ -248,7 +251,7 @@ sub all_possible_keys
          }
       }
 
-   return ( sort (keys %all_keys, 'time_stamp') );
+   return ( sort (keys %all_keys, 'time_stamp', 'value') );
 
    }
 </diff>
      <filename>lib/Games/EverQuest/LogLineParser.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d9b5713b4a2731fb9436f0d4b131b5ff94575c16</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/games-everquest-loglineparser/commit/c60311e5801eb8068a165022ffbe08734531d006</url>
  <id>c60311e5801eb8068a165022ffbe08734531d006</id>
  <committed-date>2005-08-15T22:50:58-07:00</committed-date>
  <authored-date>2005-08-15T22:50:58-07:00</authored-date>
  <message>Updated all_possible_keys to include value.</message>
  <tree>f463ea242107e98a56e79bc4c4473ef5e311d3a1</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
