Re: Any::Moose deprecation
gregor herrmann:
> Leaving the warnings looks a bit unattractive; removing the rdeps is
> a bit drastic, OTOH this might be a good trigger to clean up a bit.
> But this needs work, and my hunch is that we won't get rid of all of
> them for one reason or another.
Agreed.
> Just commenting out the deprecation warning in Any::Moose would be
> easy, although it feels a bit cheap. But maybe there's an argument to
> be made for it as the target audience for the warning is not the
> average user of some automatically installed Debian package but the
> authors of the rdeps?
I think this is the cleanest fix for Debian users and package
maintainers in the short term.
On the other hand, it's worth noticing that the warning can be
disabled for the caller's scope with «no warnings 'deprecated';»
(it would a quick fix for upstream authors of reverse depends):
https://github.com/moose/Any-Moose/commit/63676b3c7be16dfa06daebc50c885f24727ae6a5
Cheers,
Alex
Reply to: