mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 12:11:15 -06:00
Rename _toPerl() to arrayref()
This commit is contained in:
parent
b42333feed
commit
d06ac3e31e
4 changed files with 5 additions and 5 deletions
|
|
@ -9,10 +9,10 @@ XSLoader::load(__PACKAGE__, $VERSION);
|
|||
|
||||
package Slic3r::Point::XS;
|
||||
use overload
|
||||
'@{}' => sub { $_[0]->_toPerl };
|
||||
'@{}' => sub { $_[0]->arrayref };
|
||||
|
||||
package Slic3r::ExPolygon::XS;
|
||||
use overload
|
||||
'@{}' => sub { $_[0]->_toPerl };
|
||||
'@{}' => sub { $_[0]->arrayref };
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue