The NetBSD Project

CVS log for pkgsrc/devel/p5-Devel-Confess/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Devel-Confess

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 6 09:39:00 2023 UTC (9 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

*: recursive bump for perl 5.38

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 28 11:32:15 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

*: recursive bump for perl 5.36

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 24 19:50:30 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

*: recursive bump for perl 5.34

Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 31 18:07:51 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 11 13:19:15 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 30 20:14:53 2019 UTC (4 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:53 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Recursive bump for perl5-5.28.0

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 17 09:50:23 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

p5-Devel-Confess: update to 0.009004.

0.009004 - 2017-02-14
  - prevent handlers from recursing, such as if our handlers are wrapped by other
    code.  IO::All for example will do this.

0.009003 - 2016-11-18
  - more complete prereq list
  - fix inf handling
  - work around UNIVERSAL::isa and UNIVERSAL::can

0.009002 - 2016-09-04
  - fix test failures on perl 5.10.0
  - fix regex warnings in perl 5.6
  - work around threads issue in Carp in Safe compartments
  - don't skip dump test on Carp versions that use Carp::Heavy
  - test diagnostic and formatting improvements
  - avoid triggering overloads when checking for exception existence

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 5 14:22:51 2017 UTC (6 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 26 14:40:33 2016 UTC (7 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

Updated devel/p5-Devel-Confess to 0.009001
------------------------------------------
0.009001 - 2016-08-19
  - fix handling of infinite options (dump, source, evalsource)
  - fix evalsource test by running with the debugger

0.009000 - 2016-08-18
  - documentation fixes and improvements
  - more accurate handling of existing %SIG handlers
  - updated option parsing to allow setting specific values, such as color=force
  - stop relying on . being in @INC in tests
  - source option now accepts a number of lines of context to show
  - added evalsource option, which shows the source only of string evals
  - fix adding redundant trace information when errors are rethrown
  - improved warning messages when source option can't find source to display

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 8 19:22:49 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 17 13:27:51 2016 UTC (8 years ago) by wen
Branch: MAIN

Import Devel-Confess-0.008000 as devel/p5-Devel-Confess.

This module is meant as a debugging aid. It can be used to make
a script complain loudly with stack backtraces when warn()ing
or die()ing. Unlike other similar modules (e.g. Carp::Always),
it includes stack traces even when exception objects are thrown.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>