in reply to multi line comments?

I'm rather partial to this:
=for comment your comments go here =cut
The first line designates it as a special directive for the "comment" pod reformatter. But, since there isn't one, it is ignored by all other pod reformatters. Plus, the word comment signals that it is, in fact, a comment.

thor