File: Changes

package info (click to toggle)
libfile-bom-perl 0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: perl: 715; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 1,760 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
File::BOM changes document

0.18 - Fri May 2020  1 
    - Update manifest to include testrules.yml

0.17 - Fri May  1 2020
    - Fix tests to be runnable in parallel. Thanks to Tom Hukins.
    - Fix documentation typos. Thanks again to Tom Hukins.

0.16 - Wed Feb  6 2019
    - Fix tests failing under Encode 2.99. Thanks to Petr Pisar.

0.15 - Mon Dec 14 2015
    - Fix spelling errors spotted by debian team. Thanks to Gregor Herrmann.

0.14 - Wed Oct 4 2006
    - More workarounds for platforms with odd read() behaviour.

0.13 - Tue Oct 3 2006
    - Tried to workaround platforms where read doesn't return undef on failure.
    - Added Encode to dependencies so that the version number can be seen in
      test reports.

0.12 - Tue Jul 11 2006
    - Added a description section to docs
    - Added information about test failures on cygwin
    - Added overridable test skipping for tests that cause hangs on cygwin

0.11
    - Added Test::Pod and Test::Pod::Coverage tests at the behest of CPANTS

0.10
    - Changed open_bom to work more like open()
    - Added defuse function to process BOMs on open handles
    - Updated tests to cope with PerlIO::via's limitations
    - Removed most test files, they will now be generated by the test framework,
      so that they have native line endings

0.09
    - Added tell() support to work with seek() properly
    - Hopefully fixed compatibility with older versions of Encode
    - PerlIO::via should now work with the latest perl

0.08
    - Added TODO document
    - Added tests (now at 100% coverage for non PerlIO::via code)
    - Added diagnostics documentation
    - Fixed bugs in unseekable spillage handling

0.07
    - Added Changes document
    - Added support for seek() in PerlIO::via interface