in reply to Re: Net::Distributed
in thread Net::Distributed
Interesting, yes... I'll also dig a bit deeper.
Meanwhile, in that particular place, it looks like you want something like =pod comment which will comment out that particular block. That was the intention, right? Actually, you don't need to use the word comment, but I've found it helps understanding the code to do such. Any =pod ... =cut block should be ignored by the pod2whatever you are using aswell as perl itself. :)