in reply to Parse POD of a method from perl module

Try Pod::Select
  • Comment on Re: Parse POD of a method from perl module

Replies are listed 'Best First'.
Re^2: Parse POD of a method from perl module
by muba (Priest) on May 15, 2014 at 15:28 UTC

    I can second that. I've had success with Pod::Select in the past.