Re: Inline POD vs not (was Re: Modules::Starter question)

2005-08-16 Thread David Cantrell
Michael G Schwern wrote: On Fri, Aug 05, 2005 at 11:32:45AM -0400, Robert wrote: Is the inline POD the current preferred way? That really depends on who you ask. Me? I prefer it. Its totally a matter of style. Pros: * Keeps the docs close to the code so you're more likely to keep the docs u

Scripts in CPAN modules & search.cpan.org

2005-08-16 Thread cpan tester
Hello: I'm not sure where to report this, but there seems to be a bug in search.cpan.org related to modules containing scripts with hyphens in them. I noticed this looking at the page http://search.cpan.org/~joshr/Sman-0.95/ : The link for the script 'sman' leads to the docs for 'sman-update',

Re: Scripts in CPAN modules & search.cpan.org

2005-08-16 Thread Ivan Tubert-Brohman
cpan tester wrote: I'm not sure where to report this, but there seems to be a bug in search.cpan.org related to modules containing scripts with hyphens in them. You could try http://search.cpan.org/feedback . Whatever you send there will go into the search.cpan.org request tracking system. Th

WWW::Mechanize Can't locate auto/HTML/TokeParser/get_phrase.al

2005-08-16 Thread Shivakumar Venkatappa
Hi, I am having issue running WWW::Mechanize script; any help on this will be much appreciated. Thanks Shiv I get error Can't locate auto/HTML/TokeParser/get_phrase.al in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-li

Re: Inline POD vs not (was Re: Modules::Starter question)

2005-08-16 Thread Dave Cross
On Tue, Aug 16, 2005 at 10:07:20AM +0100, David Cantrell wrote: > Michael G Schwern wrote: > > >* Private docs (=begin/end private) allow you to document private and > >public > > functions using the same style. > > Ooh, I didn't know about that! What revision of perl (or rather, > perldoc) d

Re: WWW::Mechanize Can't locate auto/HTML/TokeParser/get_phrase.al

2005-08-16 Thread Michael G Schwern
On Tue, Aug 16, 2005 at 06:12:35AM -0700, Shivakumar Venkatappa wrote: > I get error > Can't locate auto/HTML/TokeParser/get_phrase.al in @INC (@INC contains: What's likely happening is your installation of HTML::TokeParser is a couple years old and does not have the get_phrase() method. That we

Re: WWW::Mechanize Can't locate auto/HTML/TokeParser/get_phrase.al

2005-08-16 Thread Andy Lester
On Tue, Aug 16, 2005 at 11:15:12AM -0700, Michael G Schwern ([EMAIL PROTECTED]) wrote: > get_phrase was added in version 3.33 of HTML-Parser (which contains > HTML::TokeParser). WWW::Mechanize should have warned you that your version > was not new enough upon installation. And so it shall from

Re: WWW::Mechanize Can't locate auto/HTML/TokeParser/get_phrase.al

2005-08-16 Thread Michael G Schwern
On Tue, Aug 16, 2005 at 02:17:56PM -0500, Andy Lester wrote: > > get_phrase was added in version 3.33 of HTML-Parser (which contains > > HTML::TokeParser). WWW::Mechanize should have warned you that your version > > was not new enough upon installation. > > And so it shall from this day forward.

Re: WWW::Mechanize Can't locate auto/HTML/TokeParser/get_phrase.al

2005-08-16 Thread Andy Lester
On Tue, Aug 16, 2005 at 12:27:31PM -0700, Michael G Schwern ([EMAIL PROTECTED]) wrote: > Mechanize already has a dependency on TokeParser 2.28 which is the version > that came with HTML-Parser 3.33. Then we're probably dealing with a bad Mech install. -- Andy Lester => [EMAIL PROTECTED] => www.

RE: WWW::Mechanize Can't locate auto/HTML/TokeParser/get_phrase.al

2005-08-16 Thread Shivakumar Venkatappa
Hi All, Thanks all for the responses. Michael G Schwern was right I am using old version and issue fixed by upgrading HTML-Parser to latest. Thanks Shiv -Original Message- From: Michael G Schwern [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005