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

for my $file qw( Client.pm Core.pm Delta.pm Fs.pm Ra.pm Repos.pm Wc.pm ) {
	system("$^X -Mblib scripts/fast_svnbase.pl $file > blib/lib/SVN/${file}c");
}