Use XML::SAX::ExpatXS if available

This commit is contained in:
Alessandro Ranellucci 2012-10-24 20:36:32 +02:00
parent 3c8ac435ad
commit 304676b6aa
3 changed files with 8 additions and 7 deletions

View file

@ -2,8 +2,6 @@ package Slic3r::Format::AMF::Parser;
use strict;
use warnings;
use XML::SAX::PurePerl;
use base 'XML::SAX::Base';
my %xyz_index = (x => 0, y => 1, z => 2); #=