From: Rafael Garcia-Suarez Date: Tue, 20 Apr 2010 13:14:45 +0000 (+0200) Subject: Don't show aliased perl version numbers twice in corelist -a output X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=515d06e661ce32e3d6de9babe03d30e06c78fc0b;p=p5sagit%2Fp5-mst-13.2.git Don't show aliased perl version numbers twice in corelist -a output (bug [rt.cpan.org #56739]) --- diff --git a/dist/Module-CoreList/corelist b/dist/Module-CoreList/corelist index b59aef3..f853f26 100644 --- a/dist/Module-CoreList/corelist +++ b/dist/Module-CoreList/corelist @@ -180,7 +180,7 @@ sub module_version { print "\n",$msg,"\n"; if(defined $ret and exists $Opts{a} and $Opts{a}){ - for my $v( + for my $v( grep !/000$/, sort keys %Module::CoreList::version ){ printf " %-10s %-10s\n",