PerlFFI / FFI-Platypus

Write Perl bindings to non-Perl libraries with FFI. No XS required.
89 stars 23 forks source link

global sub oopsie #281

Closed plicease closed 3 years ago

plicease commented 3 years ago

This fixes a bug where only the first :: is converted to a - for the .so name. This is probably critical for windows, although linux at least doesn't seem to care. For completeness we should support the old format for read, but only create the new format going forward. Thus this PR is incomplete and in the draft state.

plicease commented 3 years ago

closing in favor of #284