Subject: | Usage of seen_one_column() not described correctly in SYNOPSIS |
In versions 1.00 and 1.01, the SYNOPSIS has:
$seen_hash_ref = seen_one_column($column);
It should have read:
$seen_hash_ref = $dp1->seen_one_column($column);
seen_one_column() was correctly described farther down in the docs. The error in the SYNOPSIS will be corrected in v1.02.