Probe for GnuWin32 packages using the Windows registry
use alienfile;
plugin 'Probe::GnuWin32' => (
registry_key_regex => 'flex',
exe_name => 'flex',
);
This plugin is used specifically to find tools that are provided by the GnuWin32 project. It used to be part of the Alien::Build core, but is now distributed separately.
Graham Ollis [email protected]
This software is copyright (c) 2017-2024 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.