The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456—789101112131415 package Geo::Geos::Algorithm::LineIntersector;use Geo::Geos;use Geo::Geos::Coordinate;# no overload to string, as it leads to segfault if there is no coordinate?HideShow 6 lines of Pod=xuse overload '""' => \&Geo::Geos::Algorithm::LineIntersector::toString, 'fallback' => 1;=cut1;
package
Geo::Geos::Algorithm::LineIntersector;
use
Geo::Geos;
Geo::Geos::Coordinate;
# no overload to string, as it leads to segfault if there is no coordinate?
=x
use overload
'""' => \&Geo::Geos::Algorithm::LineIntersector::toString,
'fallback' => 1;
=cut
1;