The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

cleanHeaders.pl

This is a script used to remove train and time specific information from auto-generated classes. Basically each generated class contains the following two lines in its header:

   Last Generated: ........ 06/06/2006 @ 12:00
   API Release Number: .... 461

This script removes timestamp and api release number from each generated file. When those 'generation artifacts' are removed it is easy to compare generated classes for two different trains and to spot real train related differences between those two sets of generated code

usage()