sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Rework Windows resources hack to not depend on resource path strings #104

Closed ugexe closed 6 months ago

ugexe commented 7 months ago

Rakudo recently started emitting deprecation messages when %?RESOURCES was treated like a path string (see https://github.com/rakudo/rakudo/pull/5507). That affects these openssl bindings because a windows-specific hack was using the base file name of a %?RESOURCE entry, which would cause the aforementioned deprecation messages to be emitted. This PR reworks the hack to not depend on any part of the path name.