in reply to Re^6: Perl project lines of code "analyzer"in thread Perl project lines of code "analyzer"
At any rate, here's the fix. Replace:
# Count POD if ($line =~ /^=/) { pod++; [download]
# Count POD if ($line =~ /^=[a-z]/) { $pod++; [download]