This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
speedup t/porting/authors.t
authorDavid Mitchell <davem@iabyn.com>
Thu, 24 Feb 2011 11:38:00 +0000 (11:38 +0000)
committerDavid Mitchell <davem@iabyn.com>
Thu, 24 Feb 2011 13:17:19 +0000 (13:17 +0000)
commit3877da061479fb3b717b04e489ee1dee9cb68ee3
tree81dcb07629e10f70446dcbc7d9df08f2fc035bf9
parentc4c1a9995f2796c13ec5407ba97bda6c28d80ec1
speedup t/porting/authors.t

This reduces it from 7.5s to 2.5s on my debugging build.
This works by doing a minimal parse on the output of git log
that just grabs the Author: field.
Porting/checkAUTHORS.pl