diff options
author | David Mitchell <davem@iabyn.com> | 2009-05-31 14:17:26 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-05-31 19:22:06 +0100 |
commit | 5db42a49f054d101a7622933d5372ec4edcf06c0 (patch) | |
tree | 0266c45f59f02a990182526877ae03acf875e0d2 | |
parent | 3244086bce52e956e04c61b12eb7b67fc1041d8b (diff) | |
download | perl-5db42a49f054d101a7622933d5372ec4edcf06c0.tar.gz |
Maintainers.pl: there is no DB::File, and describe Text::Tabs/Wrap better
-rw-r--r-- | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f163460666..8b36e26bb1 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -288,7 +288,7 @@ package Maintainers; 'UPSTREAM' => 'blead', }, - 'DB::File' => + 'DB_File' => { 'MAINTAINER' => 'pmqs', 'FILES' => q[ext/DB_File], @@ -971,7 +971,7 @@ package Maintainers; 'UPSTREAM' => undef, }, - 'TabsWrap' => + 'Text-Tabs+Wrap' => { 'MAINTAINER' => 'muir', 'FILES' => |