The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# 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;