On Apr 25, 2004, at 3:20 PM, Jerry LeVan wrote:

Typing "man Tk//grid" seems like it might be a pain...

If it hurts to do that, don't do it. Type it correctly instead: 'man Tk::grid', or 'perldoc Tk::grid'.


Is there any way I can at least get the pod files updated in the Tk perl area?

The pod documents are part of the module. If they weren't in the correct location, you'd have bigger problems - i.e. the module wouldn't work either.


The documents under /man are man pages, not pod documents. They are created from pod docs when you install the module, using the pod2man utility.

sherm--

Reply via email to