diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-29 16:45:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-29 16:45:19 +0000 |
commit | b12d758ccb90fef7a772525595989e740b018ed3 (patch) | |
tree | 63edd60e518604380d2a404a64e0464ec2a63076 /Porting/Maintainers.pl | |
parent | 2e59c212d7fc05bbdc88de96b76e8edb7b6a2b1d (diff) | |
download | perl-b12d758ccb90fef7a772525595989e740b018ed3.tar.gz |
Update Digest to 1.03
p4raw-id: //depot/perl@21807
Diffstat (limited to 'Porting/Maintainers.pl')
-rw-r--r-- | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b835f0fd56..bcdb25a2b1 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -132,7 +132,7 @@ package Maintainers; 'Digest' => { 'MAINTAINER' => 'gaas', - 'FILES' => q[lib/Digest.{pm,t}], + 'FILES' => q[lib/Digest.pm lib/Digest/base.pm lib/Digest], 'CPAN' => 1, }, |