in reply to Re^2: When eclipse is the Villain
in thread When eclipse is the Villain

Your last =cut has two spaces on the preceding 'blank line'. This is not valid POD (see perlpod)

You can use podchecker from Pod::Checker to validate your POD - it would have given you the error in a second.

I use the AnyEdit plugin for Eclipse to trim any trailing whitespace on my Perl files.

Clint