Subject: | Latest dev release breaks List::AllUtils |
The List::AllUtils module expects List::MoreUtils to define a public %EXPORT_TAGS hash and this new release gets rid of that.
It'd be nice if there was some way to find out what MoreUtils can export. I'm fine with changing AllUtils to use some new mechanism, but AFAICT there's no way to get this info using Sub::Exporter's public API.