docs/ops/rx.pod

perldoc (5.6.0) on OSX ironically stops at "The documentation for each opcode follows"

perldoc (5.8.0) shows the whole pod.

I'm guessing this is a result of the '=head3' tags. Now, I did build parrot with 5.8.0, but it's not the default perl, so by default, I get the non-5.6 happy perldoc.

Looks like the =head3 is embedded in ops/rx.ops, so we're not being clever and crafting the generated pod to my 5.8...

If the =head3 is the culprit, then:

./Configure.pl
./docs/debug.pod
./docs/dev/dod.dev
./docs/ops/rx.pod
./docs/pdds/pdd11_extending.pod
./docs/pmc/subs.pod
./imcc/docs/calling_conventions.pod
./imcc/docs/imcfaq.pod
./languages/regex/docs/regex.pod
./ops/rx.ops

I lazily ignore the fact that some of these are generated from others, and eagerly assume that 5.6 is a valid version for parrot.

--
Will "Coke" Coleda will at coleda dot com




Reply via email to