# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #122286]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122286 >


S02-names-vars/perl.t

has several examples of recursive data structures that must be skipped
because calling .perl on them hangs.

e.g.:

    my $foo = { a => 42 }; $foo<b> = $foo;
    is $foo<b><b><b><a>, 42, "basic recursive hashref";

    is ~$foo.perl.EVAL, ~$foo,
        ".perl worked correctly on a recursive hashref";

-- 
Will "Coke" Coleda

Reply via email to