The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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()