This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Slight clarification
[perl5.git] / installman
index ce4b7f3..60fbce3 100755 (executable)
@@ -142,7 +142,7 @@ sub pod2man {
 
        unless ($has_pod)
        {
-           warn "no documentation in $mod\n" unless $opts{silent};
+           print "no documentation in $mod\n" if $opts{verbose};
            next;
        }