Subject: | 1.301 breaks CPAN modules (export changes?) |
With the recent 1.301 some CPAN modules depending on MIME::Base32 are broken:
* https://rt.cpan.org/Ticket/Display.html?id=113831
* https://rt.cpan.org/Ticket/Display.html?id=113832
* https://github.com/Songmu/p5-Riji/issues/19
* https://rt.cpan.org/Ticket/Display.html?id=113837
* https://rt.cpan.org/Ticket/Display.html?id=113836
All these modules have in common that they seem to use a lax approach to import MIME::Base32 functions, something which is not possible anymore (it seems that importing was done by specifying the strings "RFC", "crockford", and "09AV").
Not sure what to do about it. At least there should be a note about the stricter exports in the Changes file. Maybe the old behavior could be restored, that is, by specifying "RFC" both encode_rfc3548 and decode_rfc3548 would be imported, and so on.