File: Changes

package info (click to toggle)
libffi-platypus-type-enum-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 111; sh: 3; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 735 bytes parent folder | download
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
Revision history for FFI-Platypus-Type-Enum},

0.06      2021-06-21 18:19:51 -0600

0.05      2021-05-26 20:53:20 -0600
  - Add rev => 'dualvar' option (gh#15)
  - Multiple packages can be specified for constant generation
    by passing in an array reference (gh#12, gh#16)

0.04      2020-09-27 05:21:25 -0600
  - Add value aliases (gh#6)
  - Fix confusing typos in documentation related to rev (gh#8, gh#10)

0.03      2020-05-12 09:26:39 -0600
  - Fixed unclear documentation. (gh#3)
  - Type is included in the \@map list now (gh#3)

0.02      2020-05-12 05:40:49 -0600
  - It is now an error to specify the same named value
    twice (gh#2)
  - Added maps option (gh#2)

0.01      2020-05-12 00:41:57 -0400
  - initial version