Skip to content

Instantly share code, notes, and snippets.

@VanessaE
Created March 19, 2016 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VanessaE/180c3c33ab1f762c5251 to your computer and use it in GitHub Desktop.
Save VanessaE/180c3c33ab1f762c5251 to your computer and use it in GitHub Desktop.
diff --git a/Build.PL b/Build.PL
index 06261f7..71cc662 100644
--- a/Build.PL
+++ b/Build.PL
@@ -9,7 +9,7 @@ use File::Spec;
my %prereqs = qw(
Devel::CheckLib 0
Encode 0
- Encode::Locale 1.05
+ Encode::Locale 1.03
ExtUtils::MakeMaker 6.80
ExtUtils::ParseXS 3.22
File::Basename 0
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index d093c60..4d5a6b4 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -67,7 +67,7 @@ use Slic3r::Print::SupportMaterial;
use Slic3r::Surface;
our $build = eval "use Slic3r::Build; 1";
use Thread::Semaphore;
-use Encode::Locale 1.05;
+use Encode::Locale 1.03;
use Encode;
use Unicode::Normalize;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment