mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -06:00
Use XML::SAX::PurePerl instead of XML::SAX::ExpatXS for now
This commit is contained in:
parent
b0676b226d
commit
f451bb2bd0
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ package Slic3r::Format::AMF::Parser;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use XML::SAX::ExpatXS;
|
||||
use XML::SAX::PurePerl;
|
||||
use XXX;
|
||||
|
||||
use base 'XML::SAX::Base';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue