summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2013-01-26 19:49:38 +0000
committerrhaen <rhaen@pkgsrc.org>2013-01-26 19:49:38 +0000
commit8e86fcc376ded767f1e9af27acbfba5f35e38b7e (patch)
tree3584b6b3a809efedbbd8252632e8fe095c0cb625 /devel
parent739916dfc7edb16953227fcb799c35ffa75351be (diff)
downloadpkgsrc-8e86fcc376ded767f1e9af27acbfba5f35e38b7e.tar.gz
- Updated to 0.99
ChangeLog: Release 0.99 - 31 December 2012 - Improve documentation (Olaf Alders) (github 34). - Thank Bytemark for the cpancover server. - Test against 5.17.7. - Provide coverage for subs removed from the symbol table (rt 13207). Release 0.98 - 25 November 2012 - Fix links on html_basic report. - Fix setting Inc under taint mode (Guillaume Aubert) (guthub 26, 33). - Test against 5.17.6. - Improve warnings from Devel::Cover and reduce duplicates. - Make cover -test -nodelete work. - Run cpancover with 5.16.2. - Prefer bugs on github rather than RT. Release 0.97 - 10 November 2012 - Filter paths contained in CWD out of @Inc (Christian Walde) (github 32). - Test against 5.12.5, 5.14.3, 5.16.2, and 5.17.5. - Improve parallelism for cpancover. Release 0.96 - 24 September 2012 - JSON:PP should have been JSON::PP (Paul Hirst) (github 28). - Correct when some new tests should be skipped. - Quieten some debugging output. - Fix infinite loop during global destruction (github 29). Release 0.95 - 22 September 2012 - Fix loss of condition coverage data when first operand calls into ignored file (Celogeek, Christian Walde) (rt 63090) (github 15, 20). - Fix similar problem with branch coverage (Robert Freimuth) (rt 72027). - More similar problems (Brian Cassidy, Florian Ragwitz, Heikki J Laaksonen) (rt 63698). - Test against 5.17.4. Release 0.94 - 18 September 2012 - Officially support 5.16.1. - Manage mod_perl2 setting $^X to httpd. - Make changes to support 5.17.3. Release 0.93 - 4 August 2012 - Fix up start and finish times in text report. - Make summary cover report respect options given. - Make vim report respect specified criteria (rt 38258). - Only collect time and condition coverage when requested. - Fix some "ignoring extra $criterion" errors. - Don't stop reports at __END__ with AutoLoader. - Add perl version and OS to html_basic. - Make html_minimal summary more like html_basic. - Time coverage is no use in the vim report. - Keep descriptions to a single line. Release 0.92 - 17 July 2012 - Fix inc directories when working with local::lib (Olivier Mengué) (github 25) Release 0.91 - 15th July 2012 - Generate inc directories at runtime (rt 68991, 76528, 66881, 37349). - Get the tests running again on Windows. Release 0.90 - 13th July 2012 - Fix cover -test on Windows (Christian Walde) (github 24) (rt 75565). - Better document coverage options (github 23). - Run in directories containing spaces (rt 62423). - Add moose_constraint test (rt 57173). Release 0.89 - 15th June 2012 - Fix POD syntax error (gregor herrmann <gregoa@debian.org>) (rt 77599). - Handle RE metachars in build directory (rt 75633 & 77598) (dcoupal@cisco.com & Niko Tyni <ntyni@debian.org>). - Return to starting directory after cover report (John Lightsey) (rt 61515). - Relax permissions on DB directories (github 22). Release 0.88 - 8th June 2012 - Add -launch option to open report in appropriate viewer (Stephen Thirlwall). - Move ignored filename list into DB module (rt 77163 and github 12). - Don't complain about Mouse accessors (rt 71680). - Turn off $^W when calling B::Deparse (fixes perl #113464). - Update cpancover. Release 0.87 - 21st May 2012 - Major documentation overhaul (Pau Amma). - Cleanup Data::Dumper usage (localise settings) (Olivier Mengué) (rt 76531). - Ignore more generated filenames - Moose and Template Toolkit. - Improve results for chained logical operators. - Officially support 5.16.0. Release 0.86 - 9th April 2012 - Add all coverage criteria to the Vim report. Release 0.85 - 1st April 2012 - Add customisable thresholds to HTML reports (Xavier Caron). - Improve Vim report. Release 0.84 - 31th March 2012 - Add Vim report (based on discussion with Tatsuhiko Miyagawa). Release 0.83 - 30th March 2012 - Prefer JSON::XS for faster operation (Audrey Tang (唐鳳)). - Rework testing framework (Xavier Caron). Release 0.82 - 19th March 2012 - Do not distribute MYMETA.json (Olivier Mengué) (rt 75883). Release 0.81 - 18th March 2012 - Fix up dzil release process. Release 0.80 - 18th March 2012 - Don't be so noisy with Moose code. - Move to Dist:Zilla (Christian Walde). - Test against 5.14.2 and 5.15.2 - 5.15.8. - Select gcov2perl from the same directory as cover. - Print warnings to STDERR so $SIG{__WARN__} isn't called (Christian Walde). - Manage coverage reporting errors before an exec (Daisuke Maki). - Don't run fork tests on Windows (Christian Walde). - Add more documentation about cover --test (Kirk Kimmel). - Remove race conditions around mkdir. - Add travis config file. - Add word "Warning" to MD5 digest message.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Devel-Cover/Makefile5
-rw-r--r--devel/p5-Devel-Cover/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Devel-Cover/Makefile b/devel/p5-Devel-Cover/Makefile
index df3fe8c6b90..bf39049d6eb 100644
--- a/devel/p5-Devel-Cover/Makefile
+++ b/devel/p5-Devel-Cover/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2012/10/31 11:17:59 asau Exp $
+# $NetBSD: Makefile,v 1.13 2013/01/26 19:49:38 rhaen Exp $
-DISTNAME= Devel-Cover-0.79
+DISTNAME= Devel-Cover-0.99
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PJ/PJCJ/}
diff --git a/devel/p5-Devel-Cover/distinfo b/devel/p5-Devel-Cover/distinfo
index 5c21b63728e..6a41401216a 100644
--- a/devel/p5-Devel-Cover/distinfo
+++ b/devel/p5-Devel-Cover/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2011/08/12 07:17:27 adam Exp $
+$NetBSD: distinfo,v 1.9 2013/01/26 19:49:38 rhaen Exp $
-SHA1 (Devel-Cover-0.79.tar.gz) = 410bb52e70715a7b843afe98bb671a546c9aa21f
-RMD160 (Devel-Cover-0.79.tar.gz) = bc44ca80b0500d4c90eff48b0c808aea91c99b6e
-Size (Devel-Cover-0.79.tar.gz) = 184973 bytes
+SHA1 (Devel-Cover-0.99.tar.gz) = 01a7500f2383d545e93426ad71b8eadd1b706a36
+RMD160 (Devel-Cover-0.99.tar.gz) = ddf4083d4af84caeae17bed01ee32f2c02d2dcbe
+Size (Devel-Cover-0.99.tar.gz) = 188982 bytes