diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-08 19:30:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-08 19:30:13 +0000 |
commit | be17bf04ae90bd9018133c867f86b22ba0016128 (patch) | |
tree | 99dbf7a9eecdf9e1773cefcde4f3725afad55c34 /lib/CPAN.pm | |
parent | 845401c15a5bd7748179289c1dad79500f842119 (diff) | |
download | perl-be17bf04ae90bd9018133c867f86b22ba0016128.tar.gz |
Revert #20077.
p4raw-id: //depot/perl@20078
Diffstat (limited to 'lib/CPAN.pm')
-rw-r--r-- | lib/CPAN.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CPAN.pm b/lib/CPAN.pm index 558d93b486..5d24a18d7f 100644 --- a/lib/CPAN.pm +++ b/lib/CPAN.pm @@ -1668,11 +1668,6 @@ sub _u_r_common { for $module (@expand) { my $file = $module->cpan_file; next unless defined $file; # ?? - # Don't offer to upgrade the core base.pm with the base.pm of - # the Class::Fields. Don't autobundle the core base.pm, either. - # This is a horrible hack but hopefully cases like this are very, - # very rare indeed. - next if $module->id eq 'base' && $file =~ m{/Class-Fields-}; my($latest) = $module->cpan_version; my($inst_file) = $module->inst_file; my($have); |