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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-11-10 17:32:55 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-11-10 17:32:55 +0400
commit781e09f86fc8befe310bbe506746b8980317e7ec (patch)
tree97d6dad91eb84966020cc4de76bf4fa01539ff96 /Build.PL
parent720ef322d740c456bfd6430d79cffe48cbe04922 (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 bf0e5bf53..5a1e0b302 100644
--- a/Build.PL
+++ b/Build.PL
@@ -46,7 +46,7 @@ if ($ENV{SLIC3R_NO_AUTO}) {
foreach my $module (sort keys %prereqs) {
my $version = $prereqs{$module};
next if eval "use $module $version; 1";
- push @missing_prereqs = $module if exists $prereqs{$module};
+ push @missing_prereqs, $module if exists $prereqs{$module};
print "Missing prerequisite $module $version\n";
}
foreach my $module (sort keys %recommends) {