sergot / openssl

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

Only deserialize at compile time #94

Closed ugexe closed 2 years ago

ugexe commented 2 years ago

Without this testing against OpenSSL installed to a CUR::Staging repo fails to find a module in the 'site' repo (despite only having a dependency on NativeCall which is in the 'core' repo).

ugexe commented 2 years ago

A runtime alternative to this is:

my %libraries = Rakudo::Internals::JSON.from-json: $*DISTRIBUTION.content('resources/libraries.json').slurp(:close);