diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-10-28 11:30:51 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-10-28 11:30:51 +0000 |
commit | 6ea79e1700a40a6dac73786dfa0a911a945bcffb (patch) | |
tree | 919b414983ee3cc47aa85a01f753c53d4178b314 /Porting | |
parent | 0f1209c3fbbdc81a56759a26ef10bf7912b1b5ab (diff) | |
download | perl-6ea79e1700a40a6dac73786dfa0a911a945bcffb.tar.gz |
Check for changes in IO on CPAN.
p4raw-id: //depot/perl@25865
Diffstat (limited to 'Porting')
-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 d458f1798b..4e21055d28 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -283,7 +283,7 @@ package Maintainers; { 'MAINTAINER' => 'gbarr', 'FILES' => q[ext/IO], - 'CPAN' => 0, + 'CPAN' => 1, }, 'IO::Zlib' => |