| Server IP : 67.20.76.190 / Your IP : 216.73.216.4 Web Server : Apache System : Linux host2028.hostmonster.com 5.14.0-611.47.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 8 20:00:39 EDT 2026 x86_64 User : jegocaco ( 1556) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/perl-DynaLoader-Functions/ |
Upload File : |
version 0.003; 2017-07-31
* update linkable-finding code to handle new Windows builds with
variant filename extension for loadable files
* explicitly load the Config module rather than relying on DynaLoader
to do it
* no longer include a Makefile.PL in the distribution
* in documentation, use four-column indentation for all verbatim
material
* in META.{yml,json}, point to public bug tracker
version 0.002; 2013-08-17
* in the module used for testing, explicitly export symbols, and
declare them at link time with dl_func_list, for those platforms
that require it
version 0.001; 2012-02-07
* duplicate small functions from Params::Classify and Module::Runtime,
rather than importing from those modules, to avoid circular dependency
problems (affecting both installation and runtime)
* load modules Carp and DynaLoader lazily, to avoid excessive startup
delay and potential circular dependencies
* make the module used for testing more amenable to picky compilation
toolchains
* convert .cvsignore to .gitignore
version 0.000; 2011-05-16
* initial released version