use one parameter form of file_pruned here too
authorJoey Hess <joey@kitenet.net>
Tue, 20 Apr 2010 17:54:24 +0000 (13:54 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 20 Apr 2010 17:54:24 +0000 (13:54 -0400)
commit5d3f7877299942cbec4fde6054761635d90a089a
treed2759e73e8c598effd1df35b3e8f325bcde3d0e2
parent7a92c0aa4aea1bffc9090d982c4b55af9e0b0c02
use one parameter form of file_pruned here too

In File::Find, $_ is relative to the current directory, so that is ok.
Also, the directory name doesn't need to be stripped from $_.
IkiWiki/Plugin/comments.pm