Subject: | Export changes recent MIME::Base32 versions |
With the most recent MIME::Base32 version compilation of Firefox::Sync::Client fails:
# Failed test 'use Firefox::Sync::Client;'
# at t/00-general.t line 6.
# Tried to use 'Firefox::Sync::Client'.
# Error: "RFC" is not exported by the MIME::Base32 module
# Can't continue after import errors at /tmpfs/.cpan-build-cpansand/2016041618/Firefox-Sync-Client-0.04-gC6PXb/blib/lib/Firefox/Sync/Client.pm line 101.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016041618/Firefox-Sync-Client-0.04-gC6PXb/blib/lib/Firefox/Sync/Client.pm line 101.
# Compilation failed in require at t/00-general.t line 6.
# BEGIN failed--compilation aborted at t/00-general.t line 6.
# Looks like you failed 1 test of 1.
t/00-general.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
It's seems that MIME::Base32 is now stricter about the exporting specification.