Subject: | Package lists prerequisites that aren't used |
The Makefile.PL distributed with Catalyst-Plugin-ErrorCatcher version
0.0.8 and above list a number of prerequisites that are not used in the
module or tests:
Catalyst::Controller::MessageDriven
Catalyst::Engine::Stomp
Data::Rx
Data::Serializer
Data::Serializer::JSON
Data::Visitor
DateTime::Format::ISO8601
File::Pid
FindBin::libs
JSON::Any
Log::Log4perl
Module::Pluggable
MooseX::Types
Net::Stomp
Scalar::Util
These were added to dist.ini in the following commit:
https://github.com/chiselwright/catalyst-plugin-
errorcatcher/commit/3ddad76965b98143feeaf88da6aaebb96b632412
These additional prerequisites cause additional burden for packaging
efforts (e.g. Debian or Gentoo), so it would be nice to have them
removed if they truly are not necessary.