Revision history for FFI-ExtractSymbols
0.07 2022-02-18 19:05:55 -0700
-
Don't use -D on macOS (gh#14)
0.06 2021-09-21 14:47:12 -0600
-
Parse Windows DLL using internal Pure-Perl implementation instead of
using dumpbin which typically requires Visual C++ (sanko++ gh#1, gh#13)
0.05 2021-04-17 05:33:44 -0600
-
Use -D to gather dynamic symbols with recent Gnu nm (and compatible) (gh#7, gh#3)
0.04 2020-07-05 08:46:43 -0600
-
Migrate from Module::Build::FFI to FFI::Build (gh#6)
0.03 2015-02-02 05:39:38 -0500
-
When using nm mode, accept W in addition to T for code symbols
0.02 2015-02-01 23:56:27 -0500
-
First release to CPAN
-
identical to 0.01
0.01 2015-02-01 23:44:41 -0500
-
initial version