Skip Menu |

This queue is for tickets about the Encode CPAN distribution.

Report information
The Basics
Id: 97090
Status: rejected
Priority: 0/
Queue: Encode

People
Owner: Nobody in particular
Requestors: samir [...] ca.ibm.com
Cc:
AdminCc:

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



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
Your perl appears to be too old. Perl is now 5.20.1 and Encode is now 2.62. Consider upgrading perl first. Dan the Maintainer Thereof On Wed Jul 09 11:31:35 2014, samir@ca.ibm.com wrote: Show quoted text
> 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