File: Changes

package info (click to toggle)
libdynaloader-functions-perl 0.003-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: perl: 189; ansic: 27; sh: 4; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,138 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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