Skip Menu |

This queue is for tickets about the String-UTF8-MD5 CPAN distribution.

Report information
The Basics
Id: 105597
Status: new
Priority: 0/
Queue: String-UTF8-MD5

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



Subject: $EXPORT_OK should be @EXPORT_OK
This looks wrong and prevents from importing md5: https://metacpan.org/source/BINARY/String-UTF8-MD5-0.01/lib/String/UTF8/MD5.pm#L10 $ perl5.22.0 -MString::UTF8::MD5=md5 -e1 "md5" is not exported by the String::UTF8::MD5 module Can't continue after import errors at -e line 0. BEGIN failed--compilation aborted.