Use XML::SAX::PurePerl instead of XML::SAX::ExpatXS for now

This commit is contained in:
Alessandro Ranellucci 2012-02-26 18:17:23 +01:00
parent b0676b226d
commit f451bb2bd0
2 changed files with 3 additions and 3 deletions

View file

@ -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';