summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Fatal
AgeCommit message (Collapse)AuthorFilesLines
2014-12-10Update to 0.014:wiz2-7/+6
0.014 2014-12-09 18:35:59-05:00 America/New_York - avoid assuming that t/todo.t is always called t/todo.t
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-12-04Changes 0.013:adam2-7/+6
- rebuild to get a newer compile test that may work on 5.6.x
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-03-22Updating package for Perl5 module Test::Fatal from CPAN insno2-6/+6
devel/p5-Test-Fatal from 0.008 to 0.010. Upstream changes: 0.010 2012-02-16 10:27:54 America/New_York avoid tickling an overloading bug in perl 5.6 during testing (thanks, Zefram) 0.009 2012-02-09 15:26:11 America/New_York advise against using isnt(exception{...},undef)
2011-11-16Updating package for Perl module Test::Fatal in devel/p5-Test-Fatal fromsno2-7/+7
0.006 to 0.008. Upstream changes (since 0.006): 0.008 2011-11-06 21:10:14 America/New_York no changes since 0.007 0.007 2011-10-31 23:22:47 America/New_York revert the mistake by which 0.004 allowed blocks after "exception" as well as "success"
2011-08-16Added devel/p5-Test-Fatal version 0.006abs3-0/+27
Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing.