* Wed Jun 11 2025 Tina Müller <timueller+perl@suse.de>
- updated to 1.500.0 (1.50)
see /usr/share/doc/packages/perl-Devel-Cover/Changes
1.50 - 10 June 2025
- Avoid some warnings during global destruction
* Thu May 22 2025 Tina Müller <tina.mueller@suse.com>
- Add '%{requires_eq perl}' to ensure it gets rebuilt even for perl
patch version updates
* Mon May 19 2025 Tina Müller <timueller+perl@suse.de>
- updated to 1.490.0 (1.49)
see /usr/share/doc/packages/perl-Devel-Cover/Changes
1.49 - 18 May 2025
- Handle core Deparse changes for xor (Jim Keenan) (GH-355)
- Code tidying
1.48 - 11 May 2025
- Fix up args handling for reports (Mitch McCracken) (GH-354)
- Correct error message when launch is unavailable
- Improve perlcritic compliance
1.47 - 4 May 2025
- Improve defined-or handling (Ed J) (GH-352)
- Always set both HARNESS_PERL_SWITCHES and PERL5OPT (Ed J) (GH-351)
- Fix many spelling mistakes (Josh Soref) (GH-341)
- Improve criteria handling in cover script (Tom Wyant) (GH-347)
- Fix uninitialized value warning in `cover -write` (Josh Soref) (GH-339)
1.46 - 2 May 2025
- Add tests for new any and all functions
- Note testing against 5.40.2
1.45 - 1 May 2025
- Add new versions and test against them
- Fix things to work with 5.41.x and new ^^ operator
- Add explicit test for ^^ operator
- Move devel-cover-docker into this repository
- Improve cpancover code
* Wed Jun 19 2024 Tina Müller <tina.mueller@suse.com>
- Remove manual dependency on perl-B-Debug. The dependency was
already removed upstream in 1.39
* Tue Jun 11 2024 Tina Müller <timueller+perl@suse.de>
- updated to 1.44
see /usr/share/doc/packages/perl-Devel-Cover/Changes
1.44 - 10 June 2024
- Test against 5.40
- Test with DBM::Deep on CI
1.43 - 8 June 2024
- Bump coancover version requirements to 5.38
- Format cpancover and Cover::Collection
- Format main documentation
- Tidy dc script
- Remove dzil's .build from distribution (Graham Knop) (GH-337)
* Sat Apr 27 2024 Tina Müller <timueller+perl@suse.de>
- updated to 1.42
see /usr/share/doc/packages/perl-Devel-Cover/Changes
1.42 - 26 April 2024
- Improve tests
1.41 - 25 April 2024
- Spelling, linting and formatting changes
* Mon May 01 2023 Tina Müller <timueller+perl@suse.de>
- updated to 1.40
see /usr/share/doc/packages/perl-Devel-Cover/Changes
1.40 - 30 April 2023
- Note usage with dzil (Steve Rogerson) (GH-319)
- Fix html_basic report (jkahrman) (GH-318)
- Use CPAN::Meta (Slaven Rezić) (GH-314)
- Make non-interactive output less noisy (jkahrman) (GH-312)
- Avoid infinite recursion in Type::Tiny and other places (Ed J) (GH-307)
- Add ignore_covered_err option (Tina Müller) (GH-323)
- Handle empty hashes and arrays on condition RHS in 5.37.6 and later
1.39 - 29 April 2023
- Remove dependency on B::Debug (Jim Keenan) (GH-289)
- Raise minimum version to 5.12
- Correct spelling of Pod::Coverage trustme parameter (Oliver Youle) (GH-302)
- Fix annotations in html_basic report (Opera Wang) (GH-310)
* Mon Jun 06 2022 Tina Müller <timueller+perl@suse.de>
- updated to 1.38
see /usr/share/doc/packages/perl-Devel-Cover/Changes
1.38 - 5 June 2022
- Improve documentation
1.37 - 5 June 2022
- Fix Subroutine module docs (bkerin) (GH-262)
- Use github actions instead of travis (Zakariyya Mughal) (GH-291)
- Improve mkdir error messages (Felipe Gasper) (GH-296)
- Remove asterisk from gcov count (Zakariyya Mughal) (GH-294)
- Test against 5.36.0
- Avoid warnings from check_files (Nicolas R) (GH-292)
- Support __SUB__ (Graham Knop) (GH-290, GH-243, GH-285)
- Support uncoverable count ranges (Tina Müller) (GH-288)
- Improve gcov support for XS code (Ed J) (GH-280)
- Allow overriding of HTML code highlighting (Jesús Alonso Abad) (GH-271)
- Improve contributing docs
* Wed May 20 2020 Tina Müller <timueller+perl@suse.de>
updated to 1.36
see /usr/share/doc/packages/perl-Devel-Cover/Changes
1.36 - 19 May 2020
- Fix pod error
- Quieten perltidy syntax highlighting errors
- Fix up minimum perl version (Dick Franks) (GH-268)
- Fix passing full path for cover DB (GH-267)
1.35 - 17 May 2020
- Replace "use vars" with "our" (James Raspass) (GH-255)
- Remove tray db file from release
- Don't chdir when given a -dir flag (Dave Rolsky) (GH-253)
- Manage code references in @INC (Slaven Rezić) (GH-249, GH-250)
1.34 - 16 May 2020
- Minimum supported version is now 5.10.0 (Karen Etheridge) (GH-226)
- Support 5.32 by accomodating signauture changes (GH-260)
* Wed Sep 04 2019 Tina Mueller <tina.mueller@suse.com>
- Explicitly require perl-B-Debug because B::Debug was in core and is
deprecated since perl 5.28 and will generate a warning