./devel/p5-Test-Warn, Perl extension to test methods for warnings

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.21nb1, Package name: p5-Test-Warn-0.21nb1, Maintainer: pkgsrc-users

This module provides a few convenience methods for testing warning
based code.


Required to run:
[lang/perl5] [devel/p5-Sub-Uplevel] [devel/p5-Tree-DAG_Node]

Required to build:
[archivers/unzip]

Master sites: (Expand)

SHA1: 654a9eb272ddd83fd4d1e6600a05490ce65f77c0
RMD160: 65dca4a13d5360bfe922df8e52bf1a89bdb601c0
Filesize: 19.142 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2009-09-12 14:07:06 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package devel/p5-Test-Warn from 0.11nb1 to 0.21

pkgsrc changes:
  - Adding license
  - Adjusting dependencies

Upstream changes:
0.21  Aug 29 2009
        - rename internal package Tree::MyDAG_Node with Test::Warn::DAG_Node_Tree

0.20  Aug 29 2009
        - fix warning_exists.t for perl 5.6.2
        - warnings_exists was renamed to warnings_exist
        - compatibility layer in Makefile.PL

0.11_02  Jun 16 2009
        - carped.t will work on VMS (RT#39579)
        - fix warning_exists.t for perl 5.10
        - warning_exists was renamed to warnings_exists

0.11_01  Jun 14 2009
        - small changes
        - MIN_PERL_VERSION in Makefile.PL
        - Array::Compare is not needed
        - allow files with spaces in path (RT#21545 by frew )
        - Test::Exception is also not needed
        - warning_exists added
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-07-27 18:53:38 by Havard Eidnes | Files touched by this commit (2) | Package updated
Log message:
Update from version 0.10 to 0.11.  Changes:

0.11  Jun 09 2008
        - better Makefile.PL
        - mention Test::Trap
        - uplevel 2 changed to uplevel 1 to work with Sub::Uplevel 0.19_02
        - small fixes
   2008-01-09 00:43:57 by Klaus Heinz | Files touched by this commit (1)
Log message:
The package supports installation to DESTDIR.
   2007-12-09 01:22:41 by Hiramatsu Yoshifumi | Files touched by this commit (2) | Package updated
Log message:
Update p5-Test-Warn to 0.10.

Changes from 0.08:

0.10  May 01 2007
        - depend on newer version of Sub::Uplevel
        - fixed pod error

0.09  Mar 15 2007
        - new maintainer: Alexandr Ciornii
        - license in Makefile.PL
        - fixed carped.t (patch by PSINNOTT)
        - pod.t
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-06-29 23:19:51 by Mark Davies | Files touched by this commit (1)
Log message:
Add required dependency on p5-Sub-Uplevel.