"my" variable $title masks earlier declaration in same statement at t/dpr_functions.t line 298. "my" variable $moreinfo masks earlier declaration in same statement at t/dpr_functions.t line 298. "my" variable $contacts masks earlier declaration in same scope at t/dpr_functions.t line 300. "my" variable $title masks earlier declaration in same scope at t/dpr_functions.t line 300. etc., . . . #### 298 print STDERR "$title\n$moreinfo\n"; 300 return($releasedate,$contacts,$title,$subtitle,$body,$moreinfo);