The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension P5NCI.

0.30 Fri Jun 30 21:37:32 UTC 2006
	- rewrote thunk parameter generator with Norman Nunley (now more complete)
	- added P5NCI::Declare

0.20  Tue May 9 2006
	- added pointer support

0.10  Sat May  6 22:54:15 UTC 2006
	- fixed float argument mangling bug on x86 (should fix other platforms)
	- attempted to reduce memory use with DynaLoader tricks
	- first version released to the CPAN

0.03  Fri Aug 27 18:05:16 UTC 2004  (chromatic)
	- improve function reference handling in XS

0.02  Fri Aug 27 00:08:59 UTC 2004  (chromatic)
	- allow simple string types
	- avoid unnecessary recompiling
	- improve generated XS (hopefully better compiler compatibility)

0.01  Fri Aug 20 03:19:37 UTC 2004  (chromatic)
	- original version released