diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 12:28:06 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 12:28:06 +0000 |
commit | e04b929ac38a0730124ba1af2605a41e7457eede (patch) | |
tree | 515bfab0713ac0eef222aacc34ed5edbf196c95c /lib/CPAN.pm | |
parent | 17406bd6f93ce68d32d15aac8a0764813616ecc2 (diff) | |
download | perl-e04b929ac38a0730124ba1af2605a41e7457eede.tar.gz |
undo change#2336, and add clarification about subversive
CPAN distributions from Andreas Koenig
p4raw-link: @2336 on //depot/perl: 6420b6fef5638a2b911cdc075d35917859e53913
p4raw-id: //depot/perl@2631
Diffstat (limited to 'lib/CPAN.pm')
-rw-r--r-- | lib/CPAN.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CPAN.pm b/lib/CPAN.pm index ca80b9ce2a..3c94cd9f0d 100644 --- a/lib/CPAN.pm +++ b/lib/CPAN.pm @@ -1185,7 +1185,7 @@ index re-reads the index files sub _binary_extensions { my($self) = shift @_; my(@result,$module,%seen,%need,$headerdone); - my $isaperl = q{perl5[._-]\\d{3}(?:(?:_[0-4][0-9])|(?:-beta\\d?))?\\.tar[._-]gz$}; + my $isaperl = q{perl5[._-]\\d{3}(_[0-4][0-9])?\\.tar[._-]gz$}; for $module ($self->expand('Module','/./')) { my $file = $module->cpan_file; next if $file eq "N/A"; |