Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 440030c7730d9bb259ae2f55102b34a9 > files > 1

perl-CPAN-2.50.0-7.mga5.src.rpm

--- lib/App/Cpan.pm.orig	2014-04-04 10:06:13.563892993 +0200
+++ lib/App/Cpan.pm	2014-04-04 10:06:59.344787180 +0200
@@ -1175,7 +1175,7 @@
 		{
 		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;