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-01-09 00:51:21 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-01-09 00:51:21 +0300
commit766b301f78593a7e07d44b79f600a8bd538ee098 (patch)
tree31b997112e7d56f943293113d40deff598e9fb01 /Build.PL
parent9ec7b43ca1fe199c65ab19ba1d342950526ea3d5 (diff)
Typo
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index c376369b4..0852b4eac 100644
--- a/Build.PL
+++ b/Build.PL
@@ -47,7 +47,7 @@ if ($gui) {
OpenGL 0
);
if ($^O eq 'MSWin32') {
- $recommends{Win32::TieRegistry} = 0;
+ $recommends{"Win32::TieRegistry"} = 0;
}
} elsif ($xs_only) {
%prereqs = %recommends = ();