Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use full word
  • Loading branch information
coke committed Oct 19, 2016
1 parent cf45bb8 commit 8897bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/nativecall.pod6
Expand Up @@ -395,7 +395,7 @@ keep the value it acquires when the module gets precompiled.
If you write C<native('foo')> NativeCall will search libfoo.so under Unix like system (libfoo.dynlib on OS X, foo.dll on win32).
In most modern system it will require you or the user of your module to install
the development package because it's recommended to always provide an API/ABI version to a
shared library, so libfoo.so ends often being a symbolic link provided only by a devel package.
shared library, so libfoo.so ends often being a symbolic link provided only by a development package.
To avoid that, the C<native> trait allows you to specify the API/ABI version. It can be a full
version or just a part of it. (Try to stick to Major version, some BSD code does not care for Minor.)
Expand Down

0 comments on commit 8897bc7

Please sign in to comment.