Devel-Cover

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 - Recommend 5.8.8 and above - 5.8.7 is crashing so skip some tests there

0.75 - 17th April 2011
 - Write database as JSON if JSON::PP is available

0.74 - 16th April 2011
 - Test against 5.12.3 and code frozen 5.14.0 (unreleased)
 - Fix tests to work with all releases of 5.13.x (RT-64210, RT-60901)
 - Avoid race condition writing DB structure files (Nicholas Clark)
 - Add debuglog method to Devel::Cover::DB::Structure (Nicholas Clark)
 - Be more careful deleting DB structure files (Nicholas Clark)
 - Get cover -test to honour the db passed in

0.73 - 2nd October 2010
 - Tidy up Makefile.PL and META.yml
 - Get coverage working with Windows again

0.72 - 27th September 2010
 - Teach cpancover how to work in parallel
 - Improve speed of check_file() (Goro Fuji)
 - Fix errors with nonexistent directories on Cygwin (Goro Fuji)
 - Improve self coverage with new test
 - Fix tests to work with 5.13.5
 - New dependency on Test::Warn
 - New dependency on Parallel::Iterator for cpancover

0.71 - 10th September 2010
 - Improve running of Devel::Cover on itself
 - Fix occasional parallel test failures
 - Test against 5.12.2

0.70 - 29th August 2010
 - Get Devel::Cover working better on itself
 - Distribution should now pass on 5.13.* development releases

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

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 regexp evals (Florian Ragwitz)

0.67 - 8th May 2010
 - Fix up the Makefile for dmake on Strawberry Perl (Curtis Jewell) (RT-50774)

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 necessary
 - Work better with nonexistent databases
 - XS fixes related to overriding ops rather than replacing runops
   (Florian Ragwitz)
 - Don't chmod created directories (mkdir should suffice)

0.65 - 8th August 2009
 - Fix uninitialised value warning (reported by Andrew Billeb)
 - Test against 5.8.9 and 5.10.1 (RC1)
 - Correct deparsed conditional output in elsif conditions
 - Unset PERL5OPT when running tests

0.64 - 10th April 2008
 - Build on Windows
 - Make "cover -test" work for Module::Build (Michael G Schwern) (RT-34263)
 - Make "cover -test" cover .[ch] files (Michael G Schwern) (RT-34262)
 - Make "cover -gcov" a valid option (Michael G Schwern) (RT-34261)

0.63 - 16th November 2007
 - require 5.006001 might stop CPAN testers trying to test with 5.005
 - store_return() should be a void function (H.Merijn Brand)
 - Finish dor support
 - Add support for exec (Brandon Black)
 - Tested against 5.10 (RC1)

0.62 - 5th November 2007
 - Add table sorting to Html_basic report (Nathan Haigh)
 - Assume heredocs are constants
 - Don't add 0x200 to $^P ("file" names for evals) (Fix for Template::Declare)
 - Add timer and alarm for cpancover
 - Add Report Date to basic html report
 - Quieten some warnings
 - Document cover -test
 - Get rid of any __DIE__and __WARN__ signals during the report
 - Don't try to get a digest for "-e"
 - Tidy up filename normalisation
 - Be more explicit about what I mean when I call this alpha software
 - Add uncoverable comments
 - Don't complain about POSIX.pm (Erwan Lemonnier)
 - Don't resolve pathnames of symbolic links (Stefan Becker)
 - Spelling nits (James E Keenan)

0.61 - 10th January 2007
 - Fix some "ignored" errors due to multiple subs of the same name on the same
   line (RT-14192)
 - Display pod coverage with subroutine coverage in text report
 - Update golden output (tests were failing in 0.60)

0.60 - 2nd January 2007
 - Simplify get_key function and remove TODO item (Gisle Aas)
 - Be careful with UNC paths on Windows (John LoVerso) (RT-24105)
 - Only call HvSHAREKEYS_off if threading is enabled
 - Fix spelling of "unavailable" (Jim Cromie)
 - Don't key on op_targ - it might change (RT-22701)
 - Tidy up docs and error messages for reports (RT-21098)
 - Better database validation
 - Don't delete invalid databases (RT-16039)
 - Tested against 5.9.5
 - Allow for new anonlist and anonhash ops (RT-24067)
 - Use outputfile for both cover and cpancover
 - Add compilation report (Denis Howe)

0.59 - 23rd August 2006
 - Tidy up HTML, especially for cpancover
 - Allow coverage of subroutine statements in a different file (as with Mason)



( run in 0.591 second using v1.01-cache-2.11-cpan-5b529ec07f3 )