File: CHANGES

package info (click to toggle)
libtest-utf8-perl 1.03-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 1,823; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 963 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
1.03   2024-11-14
     - Fix tests to adapt to Perl now removing
       apostrophe as package separator [RT#154915]
     - upgraded distro files like packaged Module::Install version
       and META.yml, to avoid other looming Perl deprecation issues

1.02 Fix for 5.26 not including '.' in INC, which was breaking the
     Module::Install stuff (thanks to preaction)

     Fix to link to the github repo (thanks to dsteinbrunner)

1.01 
     Fix unnecesary warning caused by using /x (RT#88189)
     (Arthur Axel fREW Schmidt and Andrew Main)
     https://github.com/2shortplanks/Test-utf8/pull/2

1.00 Refactor build system to use Module::Install

     Add test for pod, perl critic.  Make pass.

     Make the ok, fail, pass, diag functions private

     Improve documentation

0.02 Change is_dodgy_utf8 to is_sane_utf8 after feedback from
     London.pm.  New name was Richard Clamp's idea.

     Fix missing use 5.007003 in Makefile.PL

0.01 Initial Release