Typo
This commit is contained in:
parent
9ec7b43ca1
commit
766b301f78
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…
Reference in New Issue
Block a user