in reply to Net::Distributed

Well, I've only taken a brief look so far, but might I suggest using podchecker? There are several problems in your POD, for example: =head isn't a valid statement... It's a minor problem, but it makes things easier if it parses the pod properly...

Other than that, it looks interesting at least.

*Returns to picking it apart*



"Weird things happen, get used to it."

Flame ~ Lead Programmer: GMS

Replies are listed 'Best First'.
Re: Re: Net::Distributed
by Anonymous Monk on Feb 02, 2002 at 19:52 UTC
    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. :)