Perl5-Alien / Alien-Base

Base classes for Alien:: modules (deprecated, see Alien-Build)
Other
35 stars 19 forks source link

Windows registry probe #153

Closed plicease closed 7 years ago

plicease commented 8 years ago

Alien::flex

https://github.com/plicease/Alien-flex/blob/master/inc/My/ModuleBuild.pm#L63

and Alien::bison

https://github.com/plicease/Alien-bison/blob/master/inc/My/ModuleBuild.pm#L28

both probe the windows registry in an attempt to probe for GnuWin32 binaries. A general interface for registry probes on windows would probably improve the reliability of some packages.

plicease commented 7 years ago

Alien::Build has a plugin for this. Alien::Build::Plugin::Probe::GnuWin32