mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Use XML::SAX::PurePerl instead of XML::SAX::ExpatXS for now
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user