File: Changes

package info (click to toggle)
libstring-crc32-perl 2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: perl: 57; ansic: 26; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Revision history for String::CRC32

2.000     2020-11-09
        - Switch to XSLoader rather than DynaLoader (GH #5, thanks to atoomic)

1.800     2019-11-01
        - Perldoc tweaks, GH #3, thanks to mattias-p

1.700     2017-07-02
        - Perldoc tweaks, GH #2, thanks to choroba

1.600     2017-06-23
        - New maintainer: LEEJO
        - Add Changes file
        - Add link to github repo
        - Add strict and warnings
        - Add LICENSE to POD + LICENSE file
        - Add META.* files through make dist
        - Add .travis.yml for CI