]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- removed bogus warning
authorradek <radek@pld-linux.org>
Sat, 5 Jun 2004 13:45:32 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldcpan.pl -> 1.8

pldcpan.pl

index 35b7ce509354cba8942326cebb2e65f5d5530024..3c1f56b808049e4ae063b1b167a2307929de5462 100644 (file)
@@ -214,7 +214,6 @@ sub test_find_summ_descr {
        }
        $info->{summary} =~ y/\r\n\t /    /s;
        $info->{$_} =~ s/^\s+|\s+$//g for qw/summary descr/;
-       warn "dupa";
 
        warn " ,, no summary in $info->{pod_file}\n"     unless $info->{summary};
        warn " ,, no description in $info->{pod_file}\n" unless $info->{descr};
This page took 0.123284 seconds and 4 git commands to generate.