Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2015-06-02 17:10:15 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-06-02 17:10:15 +0300
commit56b993bb89f0d2f27ff4a2198e510125ed8ed90d (patch)
treeabb2e30e4e8f2a4c76d8414b571c463c0a24a46c /Build.PL
parent7b65a3551923fb499bf5caa63bea73a00b059366 (diff)
More fixes for Unicode filenames support on Windows and OS X
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 0c208813b..ff86430bb 100644
--- a/Build.PL
+++ b/Build.PL
@@ -22,6 +22,7 @@ my %prereqs = qw(
IO::Scalar 0
threads 1.96
Time::HiRes 0
+ Unicode::Normalize 0
);
my %recommends = qw(
Class::XSAccessor 0