Commit graph

13 commits

Author SHA1 Message Date
seb
6d1d9f58f7 Bump PKGREVISION: update p5-Test-Exception to version 0.29nb1.
Pkgsrc changes:
- adjust dependencies with respect to the minimum required version
of the Perl package
2010-07-19 06:27:53 +00:00
wiz
34b2d3add9 Update to 0.29:
0.29
    -   Same as 0.28_01 - Many thanks to Ricardo Signes for doing all the work
        getting this release out

0.28_01
    -   Patch to fix code with Sub::Uplevel again.  Many thanks to David Golden
2010-01-20 14:59:30 +00:00
heinz
f6eb5e6f2a Set or updated LICENSE 2010-01-16 19:27:17 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
wiz
243be8fc04 Update to 0.27:
Add missing p5-Test-Simple dependency.

0.27
    -   Patch to fix my broken code with the now working Sub::Uplevel. Many
        thanks to David Golden
2008-04-16 09:04:22 +00:00
heinz
fc5da90080 Updated to version 0.26.
Pkgsrc changes:
  - The package supports installationt to DESTDIR.
  - Needs at least p5-Sub-Uplevel 0.18.

Changes since version 0.25:
===========================
0.26
    -   Added some more exposition on the usage of dies_ok() and lives_ok() for
        those who found them confusing. Also reordered presentation of docs so
        more specific throws_ok() comes first.
    -   Some misc. documentation tweaks.
    -   Added some tests for RT#24678, but not actually fixed them yet
        (thanks to Joshua ben Jore & David Golden). They skip for now.
    -   Tests should now pass on Strawberry/Vanilla Perl (thanks Nadim Khemir
        & Chris Dolan)
    -   Added comment in docs about T::E not catching exit() in eval() blocks
        (thanks Peter Scott)
    -   Updated Test::* & Sub::Uplevel version dependencies to something modern
2008-01-08 22:41:30 +00:00
wiz
d1873a48c9 Update to 0.25:
0.25
    -   Updated Test::Simple dependency to make sure it is in sync with
        the latest T::B::T (thanks David Cantrell)

0.24
    -   Fixed a bunch of spelling mistakes in the POD
    -   Added an (optional) spelling test in t/developer

0.23
    -   Added a bunch of missed acknowledgements
    -   Made the fact that $@ is preserved by T::E subroutines explicit in
        the synopsis

0.22 - or the "about bloody time" release
    -   We now test that the import works (it does :-)
    -   Now works with exception classes that override isa
    -   Added link to AnnoCPAN
    -   Applied patch from Ben Prew to turn the misused TODO tests into
        proper Test::Builder::Tester tests - thanks Ben
    -   Now cannot pass undef as the exception to throws_ok
    -   The optional test description for lives_and is now optional :)
    -   Can now have empty test description for throws_ok
    -   Requires Sub::Uplevel 0.13 - squashing several bugs (thanks to David
        Golden for fixing Sub::Uplevel, and for reporting the issue - along
        with Cees Hek & Steve Purkis)
    -   Uses Test::Pod::Coverage rather than home grown script
    -   Added (optional) Perl::Critic tests
    -   Updated Test::Builder::Tester dependency to 1.04
    -   Tidied up tests, code and POD a little
    -   All developer tests live in t/developer and do not run by default
    -   Added example of only using Test::Exception if it's installed (thanks
        to Rob Muhlestein for suggesting this)
    -   Test coverage now at 100% (statement, branch, condition, subroutine
        & POD) according to Devel::Cover 0.58
2007-02-18 02:50:03 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
6c76f44794 Update to 0.21:
0.21
	-	Most of build_requires should have been in requires, which was causing
		CPANPLUS to choke on installs. Fixed (thanks Jos I. Boumans)
	-	Test names now called test descriptions to fit in with latest TAP style
	-	Added link to tada list to TO DO section of documentation
	-	Added COMMUNITY section to POD
	-	Added description of how to use Test::Exception in a sub-passing non
		prototype style (after feedback from Jim Keenan & Perrin)
2005-11-23 22:16:09 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
d0c1f485c6 Initial import of p5-Test-Exception-0.20:
This module provides a few convenience methods for testing exception
based code. It is built with Test::Builder and plays happily with
Test::More and friends.
2005-02-19 17:28:59 +00:00