diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index 83db80d..f0b519e 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -1191,7 +1191,7 @@ sub pm_to_blib { } if ($need_filtering) { run_filter($pm_filter, $from, $to); - print "$pm_filter <$from >$to\n"; + print "$pm_filter <$from >$to\n" unless $INSTALL_QUIET; } else { _copy( $from, $to ); print "cp $from $to\n" unless $INSTALL_QUIET;