From: Rafael Garcia-Suarez Date: Sat, 5 Jan 2008 21:17:39 +0000 (+0000) Subject: AutoSplit is dual-lived, and is part of the AutoLoader distribution X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0a30c4343e6b989663db0abe44ac1e4c2820428;p=p5sagit%2Fp5-mst-13.2.git AutoSplit is dual-lived, and is part of the AutoLoader distribution p4raw-id: //depot/perl@32858 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9538453..ee4a13f 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -102,7 +102,7 @@ package Maintainers; 'AutoLoader' => { 'MAINTAINER' => 'smueller', - 'FILES' => q[lib/AutoLoader.pm lib/AutoLoader.t], + 'FILES' => q[lib/AutoLoader.pm lib/AutoSplit.pm lib/AutoLoader], 'CPAN' => 1, },