Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 14:41:03 UTC Now

2014-12-11 00:15:26 UTC MAIN commitmail json YAML

Update to 2.08. From the changelog:

- replaced html entities in russian.html (read by utf8 test), as the
  test should not fail due to problems with HTML::Entities.

- improvements for Kwalitee

- strip_spaces in utf8 test was using perl v5.14+ features
- reading of DATA in utf8 test should be native utf8 not use Encode,
  which mangles it on some platforms

- fix to bug in t/300_utf8.t causing whitespace not to be stripped

- many cpan tester failures due to witespace in utf8 test,
  main test done with whitespace stripped, todo test as before

- removed trailing libicu deps
- perl minimum version to 5.8 (needed for unicode support).
- cleaned up test suite
- version bump in META.YML (RT#100457)
- 'use feature' breaking perl 5.8, removed (RT#100453)
- added Test::Exception to build_requires

- removed dependency on libicu-dev, which isn't as universal as expected
  and was causing a bunch of cpan tester failures

(schmonz)