The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

@{$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?