# New Ticket Created by  Matt Follett 
# Please include the string:  [perl #78036]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78036 >


When I attempt to run a script that dies it gives me the line it happens on but 
not the name of the file it is happening in.  See below for details.  I haven't 
yet found where this error is happening so I can't give a simpler case than to 
say that if you run the run-nibbler script in the Web.pm package this will 
happen.

Thanks,
Matt Follett

> perl6 -v

This is Rakudo Perl 6, version 2010.08-49-g8cf7fcd built on parrot 2.7.0 r48628

Copyright 2008-2010, The Perl Foundation

> perl6 bin/run-nibbler 
===SORRY!===
Unsupported use of undef as a value; in Perl 6 please use something more 
specific:
        Mu (the "most undefined" type object),
        an undefined type object such as Int,
        Nil as an empty list,
        *.notdef as a matcher or method,
        Any:U as a type constraint
        or fail() as a failure return
            at line 65, near ") {\n      "

Reply via email to