Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 35d5236926221ba270626c86a477ab4d > files > 1

perl-5.28.2-2.mga7.src.rpm

--- cpan/CPAN/lib/App/Cpan.pm.orig	2014-04-04 10:06:13.563892993 +0200
+++ cpan/CPAN/lib/App/Cpan.pm	2014-04-04 10:06:59.344787180 +0200
@@ -1350,7 +1350,7 @@ sub _show_out_of_date
                 next unless $module = _expand_module($module);
                 next unless $module->inst_file;
 		next if $module->uptodate;
-		printf "%-40s  %.4f  %.4f\n",
+		printf "%-40s  %-15s  %s\n",
 			$module->id,
 			$module->inst_version ? $module->inst_version : '',
 			$module->cpan_version;