Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Catalyst-Plugin-ErrorCatcher CPAN distribution.

Report information
The Basics
Id: 64128
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Catalyst-Plugin-ErrorCatcher

People
Owner: chisel [...] chizography.net
Requestors: danieltwc [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.0.8
  • 0.0.8.1
Fixed in: 0.0.8.2



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.
Thanks for reporting this. I think I had a lobotomy when I was putting 0.0.8 together. I'll resolve this in the next 24 hours.
I've removed the totally wrong dependencies and switched to the dzil AutoPrereqs plugin. The deps in Makefile.PL look a lot saner now. v0.0.8.2 uploaded to CPAN - should appear once it's been indexed. The commit can be seen here: https://github.com/chiselwright/catalyst-plugin-errorcatcher/commit/0c5cc0c1528aac907446c7bd2e5908fb95ca1be6