2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-09-23 06:53:33 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.31
Upstream changes:
Release 1.31 - 18 September 2018
- Add queue for cpancover (Joel Berger)
- Handle circular refs (Ed J) (github 164, 216)
- Allow for $DEVEL_COVER_TEST_OPTS to be unset (Dick Franks) (github 217)
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-07-20 09:36:13 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.30
Upstream changes:
Release 1.30 - 14 July 2018
- Fix incorrect merging of structure (Emiliya Boyadjieva) (github 199)
- Fix up compiler warnings (Jens Rehsack) (github 211)
- Test against 5.28.0, 5.29.0 and some other versions
- Compress and then delete old cpancover data
- Clarify some docs around ignore (Olaf Alders) (github 207)
- Run coverage on cpp and hpp files (Jacques Germishuys) (github 203)
- Add docs for coverage of modules on command line (Slaven Rezić) (github 204)
- Ignore .AppleDouble files (David Cantrell) (github 200)
|
2017-10-18 20:21:42 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Devel-Cover: update to 1.29.
Add some dependencies.
Release 1.29 - 15 October 2017
- Lock using read and append mode (Stephan Loyd) (github 196)
- Clean up lock files when running cover command
|
2017-10-09 09:28:09 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Devel-Cover: update to 1.28.
Release 1.28 - 5 October 2017
- Fix typo in docs (Gregor Herrmann) (github 195)
- Fix up options to cover program (github 194)
|
2017-09-26 16:23:16 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Devel-Cover: update to 1.27.
Release 1.27 - 20 September 2017
- Test against 5.27.3
- Add dependency on B::Debug (Ryan Voots) (github 189)
- Remove obsolete dev and cpancover code
- Manage multiple ignore and select options (Sullivan Beck) (github 163)
- Write top-level html last for better sorting (Christian Walde) (github 158)
- Restore XS coverage in cpancover (H.Merijn Brand) (github 188)
- Allow cpancover to run fully from local directory
- Handle missing start times in runs (Chad Granum) (github 190)
- Add test for string eval (Sebastian Paaske Tørholm) (github 145)
- Improve uncoverable tests and docs (Kevin Brannen) (github 167)
- The cover program accepts multiple reports (Eden Hochbaum) (github 172)
- Add -prefer_lib option to cover script (Kent Fredric) (github 91)
- Fix low-level file locking (Graham Knop) (github 90)
|
2017-07-27 11:01:37 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.26
Upstream changes:
Release 1.26 - 24 July 2017
- Untaint $DEVEL_COVER_OPTIONS (Alexey Sokolov) (github 187).
- Add loose_perms option (Todd Rinaldo) (github 185).
- Set EXTENDED_TESTING during cpancover runs.
- Improve version parsing for cpancover (Helmut Wollmersdorfer) (github 124).
- Improve cpancover code and documentation
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-05-28 09:51:18 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.25
Upstream changes:
Release 1.25 - 11 May 2017
- Fix C code to work with MSVC (Marc-Philip) (github 177).
- Fix cover command using Module::Build on Win32 (sago35) (github 160).
- Add file and line info to keep ops unique (Niko Tyni) (github 143).
- Report coverage for all declarations (Heinz Knutzen) (github 166).
- Fix spelling mistakes (Gregor Herrmann) (github 171).
- Fix condition coverage for complex conditions (Heinz Knutzen) (github 165).
- Use JSON::MaybeXS for sppen and flexibility (Olivier Menguç) (github 139).
- Add CONTRIBUTING file (Gabor Szabç±) (github 100).
|