Re: How to generate pod.idx?

2008-10-02 Thread Adriano Ferreira
ted at pod.idx. > Gabor > > On Thu, Oct 2, 2008 at 2:55 AM, Adriano Ferreira > <[EMAIL PROTECTED]> wrote: >> On Wed, Oct 1, 2008 at 12:39 AM, Grant McLean <[EMAIL PROTECTED]> wrote: >>> Hi pod-people >>> >>> The documentation for the perldoc

Re: How to generate pod.idx?

2008-10-01 Thread Adriano Ferreira
On Wed, Oct 1, 2008 at 12:39 AM, Grant McLean <[EMAIL PROTECTED]> wrote: > Hi pod-people > > The documentation for the perldoc command refers to a -X switch which > causes the module/POD lookup to use a pre-generated index rather than > crawling @INC. > > I haven't been able to locate a utility for

[ANNOUNCE] Pod-Perldoc 3.14_06 and request for comments

2008-05-02 Thread Adriano Ferreira
rch Perl predefined variables (leaving -A alone) perldoc -v '$:' perldoc -v @+ perldoc -v %INC perldoc -v ARGV This way, "-v" completes the trio: perl -f function perl -q faq perl -v var If anyone sees some unsolvable issue with this incompatible interface change, please speak up. Best, Adriano Ferreira

[ANNOUNCE] Pod-Perldoc 3.14_04 and 3.14_05

2008-04-23 Thread Adriano Ferreira
-Perldoc-3.14_04/) * Development release 3.14_04 * 'lib' & co. are added to search path if -f Build.PL in current directory (rt.cpan.org #33941) * bug fix: 'blib' directories were never searched because they were tested with -f Regards, Adriano Ferreira

Re: POD doesn't capture code semantics

2008-03-05 Thread Adriano Ferreira
On Wed, Mar 5, 2008 at 4:57 PM, Andy Armstrong <[EMAIL PROTECTED]> wrote: > On 5 Mar 2008, at 19:53, Mark Overmeer wrote: > >> So now we just need to backport that to Perl 5 and convert every > >> extant POD parsing tool. What could possibly go wrong? > > > > Damian has made an implementation i

Re: POD doesn't capture code semantics

2008-03-05 Thread Adriano Ferreira
On Wed, Mar 5, 2008 at 4:28 PM, Andy Armstrong <[EMAIL PROTECTED]> wrote: > On 5 Mar 2008, at 19:23, Adriano Ferreira wrote: > > =for method > > > > has the least impact (if the next paragraph is left blank). According > > to the specs, it should be understoo

Re: POD doesn't capture code semantics

2008-03-05 Thread Adriano Ferreira
On Wed, Mar 5, 2008 at 3:35 PM, David Golden <[EMAIL PROTECTED]> wrote: > On Wed, Mar 5, 2008 at 1:06 PM, Ian Malpass <[EMAIL PROTECTED]> wrote: > > How about: > > > > =for method > > > > =head2 C > > > > Bit ugly, but it should work. Additional stuff after "method" could > > p

[perldoc] make -L more forgiving

2007-08-23 Thread Adriano Ferreira
gards, Adriano Ferreira -- Forwarded message -- From: Adriano Ferreira <[EMAIL PROTECTED]> Date: Aug 23, 2007 3:37 PM Subject: [PATCH] lib/Pod/Perldoc.pm - make -L more forgiving To: [EMAIL PROTECTED] The recently introduced switch -L started an effort to support for r