Subject: | Encode Issue |
Date: | Wed, 9 Jul 2014 09:30:41 -0600 |
To: | bug-Encode [...] rt.cpan.org |
From: | Samir Patel <samir [...] ca.ibm.com> |
Hi,
Having an issue with the Encode module on Solaris 10. Wondering if this is
a known bug or a version incompatibility? If this is not the correct place
to send this, i would appreciate if you let me know were is.
perl -e 'use Encode; print $Encode::VERSION, "\n";'
1.99_01
perl -e 'use Email::MIME; print $Email::MIME::VERSION, "\n";'
Argument "1.99_01" isn't numeric in subroutine entry at
/usr/perl5/site_perl/5.8.4/Email/MIME/Header.pm line 11.
Argument "1.99_01" isn't numeric in subroutine entry at
/usr/perl5/site_perl/5.8.4/Email/MIME.pm line 21.
1.925
Thanks