Commit graph

8 commits

Author SHA1 Message Date
adam
86e5e8974d Changes 0.79:
* Test against 5.12.4, 5.14.1, 5.15.0 and 5.15.1.
* Fix inc_sub test failures dependant on whether JSON:PP was installed.
2011-08-12 07:17:27 +00:00
wiz
8e4501e447 Update to 0.71, changes undocumented. 2010-09-12 11:20:38 +00:00
sno
e7a4eb1729 Updating devel/p5-Devel-Cover from 0.68nb1 to 0.70
pkgsrc changes:
- add license
- tidy

Upstream changes:
Release 0.69 - 28th August 2010
 - Correctly report on C<my $x = $y || return> and other shortcuts.
 - Put end to end tests in t/e2e.
 - Add test for regexp eval fail (Florian Ragwitz).
 - Fix some warnings from strict compilers (Florian Ragwitz).
 - Allow tests to run in parallel (Florian Ragwitz).
 - Test against 5.13.* development releases.
 - We now require Test::More to run the tests.
2010-09-03 06:01:37 +00:00
seb
11b96b3320 Update p5-Devel-Cover from version 0.67 to version 0.68.
Upstream changes:
Release 0.68 - 5th August 2010
 - Fix gcov2perl to work with large numbers (Thomas Dorner) (rt 45028).
 - Fix "gcov -l" include files (Thomas Dorner) (rt 44864).
 - Test against 5.12.1.
 - Gross workaround for for regexp evals (Florian Ragwitz).
2010-08-07 03:22:05 +00:00
seb
e12e74193b Update p5-Devel-Cover from version 0.66 to version 0.67.
Upstream changes:
Release 0.67 - 8th May 2010
 - Fix up the Makefile for dmake on Strawberry Perl (Curtis Jewell) (rt 50774).
2010-07-16 00:38:30 +00:00
seb
c81d5ca583 Update p5-Devel-Cover from version 0.65 to version 0.66.
Upstream changes:
Release 0.66 - 12th April 2010
 - Move to faster method of collecting data.  Could be up to twice as fast now.
 - Add -replace_ops options to be able to revert to previous collection method.
 - Test against 5.12.0 and update tests as necessry.
 - Work better with non-existent databases.
 - XS fixes related to overriding ops rather than replacing runops
   (Florian Ragwitz).
 - Don't chmod created directories (mkdir should suffice).
2010-04-24 20:00:13 +00:00
seb
5a64fa2eba Update p5-Devel-Cover from version 0.64nb1 to version 0.65.
Upstream changes:
- No changes list provided, from a quick diff inspection it seems to be
a bug fixes release.
2009-08-24 00:08:34 +00:00
seb
2a5c33b8b7 Initial import of p5-Devel-Cover version 0.64 in the NetBSD Packages
Collection.

The Perl 5 module Devel::Cover provides code coverage metrics for
Perl. Code coverage metrics describe how thoroughly tests exercise
code. By using Devel::Cover you can discover areas of code not
exercised by your tests and determine which tests to create to
increase coverage. Code coverage can be considered as an indirect
measure of quality.
2008-09-14 18:00:54 +00:00