Skip to content

Commit

Permalink
Update to 6.01
Browse files Browse the repository at this point in the history
--------------
  Changes in Devel::NYTProf 6.01 - 4th April 2015
      Changed the clock used on Windows to high resolution QueryPerformanceCounter
        which makes NYTProf useful on windows, at last, thanks to bulk88, #68

      Fallback to checking PATH for nytprof scripts, #61 thanks to calid
      Fix unused variable warnings thanks to zefram, RT#103107
      Fix handling of PERL_DISABLE_PMC, thanks to bulk88, #67

      Use larger buffer size when writing the data file, thanks to bulk88 #69

      Clarified the docs re DB:: functions, #63 thanks to dbooth-boston
      Documentation cleanup thanks to wollmers, #64
      Clarify reason for loading Devel::NYTProf as early as possible.
      Clarification of the RUN-TIME CONTROL OF PROFILING docs
  • Loading branch information
mef committed Apr 9, 2015
1 parent 237dc67 commit 236f639
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Devel-NYTProf/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2015/03/01 09:11:23 mef Exp $
# $NetBSD: Makefile,v 1.20 2015/04/09 01:12:34 mef Exp $

DISTNAME= Devel-NYTProf-5.07
DISTNAME= Devel-NYTProf-6.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Devel-NYTProf/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2015/03/01 09:11:23 mef Exp $
$NetBSD: distinfo,v 1.15 2015/04/09 01:12:34 mef Exp $

SHA1 (Devel-NYTProf-5.07.tar.gz) = a6608e7ba2814960efeb8f364bd0f6894fd1b6b9
RMD160 (Devel-NYTProf-5.07.tar.gz) = 45808757580ee73050dd2b13f85c2e52a07b5f33
Size (Devel-NYTProf-5.07.tar.gz) = 429983 bytes
SHA1 (Devel-NYTProf-6.01.tar.gz) = f41c03fd299e0a56567583497080a333f5220b7b
RMD160 (Devel-NYTProf-6.01.tar.gz) = 429bf855ecb805482ab6ed4d0fecde99267cc2b5
Size (Devel-NYTProf-6.01.tar.gz) = 432670 bytes

0 comments on commit 236f639

Please sign in to comment.