Dear all,

I have submitted a bug report to "rt.cpan.org" and have been told to forward a copy of the bug report on to this list. The bug report is attached to this email.

FYI - the "use Test::MockObject" line causes the code to die because Test::MockObject now depends on UNIVERSAL::can (the *module* - not the method). This module is where the problem lies (and is also where I've filed the bug on rt.cpan.org). I hope this kind of explains the problem!

I am not a subscriber to this list, so please contact me directly if you have any questions.

Hope this helps,

--
Dan Rowles
Outcome Technologies

_________________________________

t: +44 (0)207 656 2460
f: +44 (0)709 230 6588
m: +44 (0)798 076 8143
e: [EMAIL PROTECTED]
w: http://www.outcometechnologies.com
BUPA House
15-19 Bloomsbury Way
London WC1A 2BA
_________________________________

***This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you receive this message in error, please return it to the
sender.***
--- Begin Message ---
       Greetings,
        This message has been automatically generated in response to your bug 
report about UNIVERSAL-can, a summary of which appears below.

There is no need to reply to this message right now.  Your bug in UNIVERSAL-can 
has been assigned an ID of [cpan #14477]. Please include the string:

         [cpan #14477]

in the subject line of all future correspondence about this issue. To do so, 
you may reply to this message.

                        Thank you,
                        [EMAIL PROTECTED]

-------------------------------------------------------------------------
The following code dies on perl 5.8.3:-

#! perl

use strict;
use warnings;

# UNCOMMENT THIS LINE TO SEE THIS CODE BREAK
#use Test::MockObject;

if(UNIVERSAL::isa("" => "ARRAY")) {
    print "YES\n";
}
else {
    print "NO\n";
}


--- End Message ---

Reply via email to