* Sean M. Burke <[EMAIL PROTECTED]> [2002-10-08 02:03]: > One thing I'd like to be able to do, is to tell perldoc > "Here, this is the name of a class that I want you to use > for formatting", and then perldoc will try to load that > class and talk to it via some particular interface that > would be, well, the interface between perldoc and a > formatter class.
Pod::Pom does just that with what it calls views. Maybe that is of use to you? (There's even a Template-Toolkit that makes it possible to write these views as TT2 templates. It hardly gets simpler and more flexible than that to write new views, provided one has TT2 installed.) -- Regards, Aristotle
