File: Changes

package info (click to toggle)
libtrue-perl 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 776 kB
  • sloc: perl: 420; makefile: 3
file content (76 lines) | stat: -rw-r--r-- 1,552 bytes parent folder | download | duplicates (2)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Revision history for Perl extension true.

1.0.2 2020-11-10

    - code cleanup
    - update ppport.h from 3.44 -> 3.62

1.0.1 2019-03-11

    - add missing test for RT-124745 to the manifest

1.0.0 2019-03-11

    - RT-124745: fix breakage when using Moo/Moose and Function::Parameters on perl < 5.24 (thanks, Smylers)
      - add t/rt-124745.t
    - update ppport.h from 3.19 -> 3.44

0.18 2011-04-18

    - fix EUMM workaround (Christian Walde)

0.17 2011-04-18

    - RT-65586: work around EUMM issue on ActivePerl (Christian Walde and Schwern)
    - Makefile.PL fix

0.16 2011-02-14

    - true::VERSION: make the version static

0.15 2011-02-14

    - make true::VERSION a real module so dependency checkers can find it (thanks, Schwern)

0.14 2011-02-11

    - create $true::VERSION::VERSION to work around a true dependency issue (thanks, Schwern)

0.13 2011-01-27

    - true.pm: more robust detection of the currently-compiling file
        - should fix Windows failures - thanks, Alexandr Ciornii and Schwern
    - eval.t: confirm string evals aren't affected
    - clean up after compile-time exceptions: preliminary tests
    - add repository link

0.12 2010-08-17

    - ExtUtils::Depends fix
    - doc tweak

0.11 2010-08-17

    - add missing dependency
    - add support/documentation for unimport
      - add unimport.t
    - add leak.t
    - doc tweakage

0.10 2010-08-17

    - rm caveats
    - more tests

0.03 2010-01-25

    - doc tweak

0.02 2010-01-25

    - POD fmt fix
    - add pod.t

0.01 2010-01-25

    - initial release