On 7/31/07, David Golden <[EMAIL PROTECTED]> wrote: > On 7/31/07, chromatic <[EMAIL PROTECTED]> wrote: > > Please explain to me, in detail sufficient for a three year old, precisely > > how: > > > > 1) POD can possibly behave any differently on my machine versus anyone > > else's > > machine, being non-executed text and not executed code > > What version of Pod::Simple do you have? What version does everyone > else have? Will POD parsed on your machine always parse the same > everywhere? > > "Should you care?" is really your second question:
Just FYI, using valid pod like =head3 causes runtime failures during build on "older" versions of Pod::Whatever that's used during the module installation by EU::MM. It's really annoying to have to edit pod to so it isn't throwing exceptions during execution. Apparently Pod is executable code to some part of Pod::Simple or whatever. Josh