Go to file
Zhangyichun ec7253eeeb
!2 Modify debian/control.
Merge pull request !2 from Zhangyichun/openkylin/yangtze
2022-09-27 06:41:55 +00:00
debian Modify debian/control. 2022-09-27 14:30:18 +08:00
lib/DynaLoader Import Upstream version 0.003 2022-09-09 10:27:34 +08:00
t Import Upstream version 0.003 2022-09-09 10:27:34 +08:00
.gitignore Import Upstream version 0.003 2022-09-09 10:27:34 +08:00
Build.PL Import Upstream version 0.003 2022-09-09 10:27:34 +08:00
Changes Import Upstream version 0.003 2022-09-09 10:27:34 +08:00
MANIFEST Import Upstream version 0.003 2022-09-09 10:27:34 +08:00
META.json Import Upstream version 0.003 2022-09-09 10:27:34 +08:00
META.yml Import Upstream version 0.003 2022-09-09 10:27:34 +08:00
README Import Upstream version 0.003 2022-09-09 10:27:34 +08:00
SIGNATURE Import Upstream version 0.003 2022-09-09 10:27:34 +08:00

README

NAME

DynaLoader::Functions - deconstructed dynamic C library loading

DESCRIPTION

This module provides a function-based interface to dynamic loading as used
by Perl.  Some details of dynamic loading are very platform-dependent,
so correct use of these functions requires the programmer to be mindful
of the space of platform variations.

INSTALLATION

	perl Build.PL
	./Build
	./Build test
	./Build install

AUTHOR

Andrew Main (Zefram) <zefram@fysh.org>

COPYRIGHT

Copyright (C) 2011, 2012, 2013, 2017
Andrew Main (Zefram) <zefram@fysh.org>

LICENSE

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.