-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I'm getting complaints from Debian's QA tool, lintian, that some modules have a NAME section that only contains the package name but no description (the part after the dash). I believe this is because some modules lack an ABSTRACT comment and thus weaver doesn't know what to do, and in some cases produces POD with two NAME sections even, like for HTML::FormFu::Element::RequestToken (version 2.04)
The affected modules are:
Catalyst::Controller::HTML::FormFu::Action::Form
Catalyst::Controller::HTML::FormFu::Action::FormConfig
Catalyst::Controller::HTML::FormFu::Action::FormMethod
Catalyst::Controller::HTML::FormFu::Action::MultiForm
Catalyst::Controller::HTML::FormFu::Action::MultiFormConfig
Catalyst::Controller::HTML::FormFu::Action::MultiFormMethod
Catalyst::Controller::HTML::FormFu::ActionBase::Form
Catalyst::Helper::HTML::FormFu
HTML::FormFu::Constraint::RequestToken
HTML::FormFu::Element::RequestToken
HTML::FormFu::Plugin::RequestToken
Please add ABSTRACT comments as appropriate.