File: Changes

package info (click to toggle)
libtest-hexdifferences-perl 1.001-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 148 kB
  • sloc: perl: 862; makefile: 7
file content (43 lines) | stat: -rw-r--r-- 1,248 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Revision history for Perl extension Test::HexDifferences.

1.001 Tue Jul  4 08:22:06 2017
- build dist with nmake instead of Module::Build

1.000  Sun Jul  5 15:43:06 2015
- use Test::Diff directly
- added prototypes
- test output has changed

0.009  Sat Jul  4 14:56:30 2015
- fixed https://rt.cpan.org/Public/Bug/Display.html?id=100489
  by checking version of Test::Differences

0.008  Sat Mar 22 08:46:13 2014
- Sub::Exporter instead of Perl6::Export::Attrs

0.007  Wed Aug 28 08:17:34 2013
- removed Build.PL from distribution

0.006  Tue Mar 20 07:50:41 2012
- changed dependence of Test::Differences
  because problems with undef before 0.60

0.005  Fri Mar 16 07:15:22 2012
- Makefile.PL repaired

0.004  Sun Jan 29 09:29:11 2012
- Tests run now on a little-endian machine correctly.
  Some more Pod.

0.003  Wed Jan 25 22:39:08 2012
- https://rt.cpan.org/Public/Bug/Display.html?id=74230
  Some formats needed Perl 5.10 others a 64 bit machine
  to unpack the data.
  Moved this dependencies from unpack to module code.

0.002  Sun Jan 15 20:15:45 2012
- renamed submodule and subroutines incompatible
- new test subroutine dumped_eq_dump_or_diff

0.001  Sat Jan 14 09:17:58 2012
- first release