mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 05:01:10 -06:00
Add unit test for split()
This commit is contained in:
parent
3919ba83d8
commit
28b043e9a9
5 changed files with 29 additions and 7 deletions
|
|
@ -4,6 +4,7 @@ use strict;
|
|||
|
||||
our $VERSION = '0.01';
|
||||
|
||||
use Carp qw();
|
||||
use XSLoader;
|
||||
XSLoader::load(__PACKAGE__, $VERSION);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue