HEX
Server: Apache
System: Linux sh-pro142.hostgator.com.br 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User: okform09 (1324)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //usr/share/doc/perl-DynaLoader-Functions/Changes
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