Skip Menu |

This queue is for tickets about the MIME-Lite CPAN distribution.

Report information
The Basics
Id: 7259
Status: resolved
Priority: 0/
Queue: MIME-Lite

People
Owner: Nobody in particular
Requestors: peter [...] valor.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.01_04
Fixed in: (no value)



Subject: Error in module
Bug in MIME-Lite Version 3.01_04 There is a line in the module Lite.pm map { UNIVERAL::isa( $_, 'ARRAY' ) ? @$_ : UNIVERAL::isa( $_, 'HASH' ) ? %$_ : $_ } @_; The word UNIVERSAL is mis-spelt twice. The line shoudl read map { UNIVERSAL::isa( $_, 'ARRAY' ) ? @$_ : UNIVERSAL::isa( $_, 'HASH' ) ? %$_ : $_ } @_;
Fixed in svn. -- rjbs