Subject: | manpage for FilterColumn should mention tradeoff |
As has been pointed out in ticket https://rt.cpan.org/Ticket/Display.html?id=95054, a column that is subjected to a conversion by FilterColumn cannot be used in a find() operation. This has since been turned into an official exception in commit 7ed4b48f. The release notes for version 0.082801 contain:
find() now throws an exception if some of the supplied values are
managed by DBIC::FilterColumn (RT#95054)
May I suggest that this behaviour gets documented in the manpage of FilterColumn? Maybe just pick the sentence from the release notes and put it into a BUGS (or TRADEOFFS or MISFEATURES) section?