Typo
This commit is contained in:
parent
9ec7b43ca1
commit
766b301f78
1 changed files with 1 additions and 1 deletions
2
Build.PL
2
Build.PL
|
@ -47,7 +47,7 @@ if ($gui) {
|
||||||
OpenGL 0
|
OpenGL 0
|
||||||
);
|
);
|
||||||
if ($^O eq 'MSWin32') {
|
if ($^O eq 'MSWin32') {
|
||||||
$recommends{Win32::TieRegistry} = 0;
|
$recommends{"Win32::TieRegistry"} = 0;
|
||||||
}
|
}
|
||||||
} elsif ($xs_only) {
|
} elsif ($xs_only) {
|
||||||
%prereqs = %recommends = ();
|
%prereqs = %recommends = ();
|
||||||
|
|
Loading…
Add table
Reference in a new issue