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


In lib/Parrot/Configure.pm there is the todo item:

    # XXX This works. but is probably not a good design.
    # Using $step->description() would be nicer
    my $description = $step->description();
    $description = "" unless defined $description;

which, given it's comment and the context looks like it has been
fixed.  Is this the case, or am I missing something here?  So, we need
to work out if an improved design has been implemented.  If not, work
something out and implement it.  If so, remove the todo item from the
code.

Reply via email to