summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-04-20 15:14:45 +0200
committerJesse Vincent <jesse@bestpractical.com>2010-05-07 14:12:39 -0400
commit5353fac3a3d66da98c58f86711acab82de2b370c (patch)
tree68ad9a9b84ddc95f48666c949fe3b4c493cf1cf3
parent962b46a3a1d1d087359c296d3f6849e48d00fb97 (diff)
downloadperl-5353fac3a3d66da98c58f86711acab82de2b370c.tar.gz
Don't show aliased perl version numbers twice in corelist -a output
(bug [rt.cpan.org #56739]) (cherry picked from commit 515d06e661ce32e3d6de9babe03d30e06c78fc0b)
-rw-r--r--dist/Module-CoreList/corelist2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/corelist b/dist/Module-CoreList/corelist
index b59aef3477..f853f26632 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",