oetiker/SmokePing

unused dependencies in cpanfile?

lelutin opened this issue · 5 comments

Hi there @oetiker,

I'm currently reviewing dependencies for the debian package of smokeping as I'm preparing to send version 2.8.2.

I saw two lines in the cpanfile at the top of this repository for which I could not find any reference/inclusion in the codebase, so I'm wondering if they are still necessary or if they can be taken out:

  • JSON::MaybeXS
  • Object::Result

Cheers!

Yes, please :) if things break, the tests should show

digging into the commit history, I can see that both of the lines were added in d38a064 for InfluxDB. so maybe this issue is actually not relevant?

Indeed: https://metacpan.org/release/RAPHI/InfluxDB-HTTP-0.04/source/lib/InfluxDB/HTTP.pm and they are not listed as dependencies in Makefile.PL ... yey

you could add a comment to the cpanfile :)

oh wow good find. I had checked dependencies on metacpan.org and was a bit puzzled there.

ok good, I'll add a comment in the cpanfile then so we'll remember about this. and it sounds like maybe a bug report on that lib is in order too..