http://www.perlmonks.org?node_id=80013


in reply to proposal for HTML::FormValidator upgrade

* Easier access from CPAN

Why is this so bad? Isn't this why we have CPAN in the first place? I like it when modules use other modules -- that means less redundancy and less code.

  • Comment on Re: proposal for HTML::FormValidator upgrade

Replies are listed 'Best First'.
Re: Re: proposal for HTML::FormValidator upgrade
by markjugg (Curate) on May 13, 2001 at 16:53 UTC
    HTML::FormValidator has false dependencies-- you don't need any of the other modules that get downloaded when you try to grab just HTML::FormValidator.

    -mark