From 94b71f1aa9aeba42b58d3d82eeae4710f8f71039 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 7 Jul 2016 22:22:35 -0500 Subject: [PATCH] fixed perl path for batch file and added lib module --- utils/autorun.bat | 2 +- utils/package_win32.ps1 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/autorun.bat b/utils/autorun.bat index 5a5d37642..b952b87e5 100644 --- a/utils/autorun.bat +++ b/utils/autorun.bat @@ -1 +1 @@ -@perl5.22.1.exe slic3r.pl %* +@perl5.22.2.exe slic3r.pl %* diff --git a/utils/package_win32.ps1 b/utils/package_win32.ps1 index fb605b196..fddabd279 100644 --- a/utils/package_win32.ps1 +++ b/utils/package_win32.ps1 @@ -203,6 +203,7 @@ pp ` -M feature ` -M integer ` -M locale ` +-M lib ` -M mro ` -M overload ` -M overload::numbers `