in reply to Re: code review for a WebTest Plugin module.
in thread code review for a WebTest Plugin module.

search_tag() is a part of private API and there is very little sense to document it in POD. In fact there is no need to document in POD any subs in this module because they are either private or public methods which are already documented in base class (HTTP::WebTest::Plugin).

--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org

  • Comment on Re: Re: code review for a WebTest Plugin module.