in reply to pod6 --- code+pod suggestion
Based on Synopsis 26, I'd say what you're asking for will already be possible. (Note that it's called Perldoc, not pod6.)
Synopsis 2 states:
any POD stream in the current file can be accessed via a filehandle, named as %=POD{'DATA'} and such. Alternately, you can treat a pod stream as a scalar via $=DATA or as an array via @=DATA.
which is pretty much exactly what I suggested in RFC 79, but since that isn't listed in Apocalypse 2, I don't know if it was ignored or if the idea was simply considered too obvious to require citation, or what.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: pod6 --- code+pod suggestion
by Eimi Metamorphoumai (Deacon) on Dec 19, 2006 at 15:59 UTC | |
by jdporter (Paladin) on Dec 19, 2006 at 17:27 UTC |