The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

@{$spy} = (); map { push @{$spy}, Qt::Point( $_->[0], $_->[1] ) } @points; my $poly2 = Qt::SignalSpy([map { Qt::Point( $_->[0], $_->[1] ) } @points]);

ok( $spy == $poly2, 'Qt::SignalSpy::operator==' );

1 POD Error

The following errors were encountered while parsing the POD:

Around line 123:

=begin without a target?