diff options
author | abs <abs> | 2011-08-23 08:56:26 +0000 |
---|---|---|
committer | abs <abs> | 2011-08-23 08:56:26 +0000 |
commit | 1db9906ac7e684396d15e654ab87ce937bb3ed5f (patch) | |
tree | f290f4ca9f5e3c3a039da0b3318e5766273e6e31 /devel/p5-Package-DeprecationManager | |
parent | ece9a603ad65a368e7b3e48c1b9cae9bd0ea635f (diff) | |
download | pkgsrc-1db9906ac7e684396d15e654ab87ce937bb3ed5f.tar.gz |
Updated devel/p5-Package-DeprecationManager to 0.11
0.11 2011-06-19
- Allow an empty hash for the -deprecations parameter.
0.10 2010-10-25
- The test suite now uses Test::Fatal instead of Test::Exception. (Karen
Etheridge)
0.09 2010-10-17
- Added a compilation test, because otherwise all test files could not end up
doing skip_all, which may make smokers and test harnesses unhappy.
0.08 2010-10-15
- Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
0.07 2010-10-15
- The use of regular expressions in ignores didn't really work in 0.06.
- Added missing dep on List::MoreUtils.
- Replaced Test::Warn with Test::Output in the tests, and made the tests
actually test what I think they should be testing.
0.06 2010-10-14
- The -ignore parameter now accepts regular expressions as well as package
names.
0.05 2010-10-14
- Fixed what looked like a bug in -ignore handling, although I couldn't seem
to write a test that triggered it.
- Removed hard dep on Test::Warn for the benefit of Moose.
Diffstat (limited to 'devel/p5-Package-DeprecationManager')
-rw-r--r-- | devel/p5-Package-DeprecationManager/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Package-DeprecationManager/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Package-DeprecationManager/Makefile b/devel/p5-Package-DeprecationManager/Makefile index 9fbf77e8cd2..20f785d83c9 100644 --- a/devel/p5-Package-DeprecationManager/Makefile +++ b/devel/p5-Package-DeprecationManager/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 12:26:27 obache Exp $ -# +# $NetBSD: Makefile,v 1.4 2011/08/23 08:56:26 abs Exp $ -DISTNAME= Package-DeprecationManager-0.04 +DISTNAME= Package-DeprecationManager-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/} diff --git a/devel/p5-Package-DeprecationManager/distinfo b/devel/p5-Package-DeprecationManager/distinfo index 108c2fd8027..3b6cf13168e 100644 --- a/devel/p5-Package-DeprecationManager/distinfo +++ b/devel/p5-Package-DeprecationManager/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/07/26 17:04:04 seb Exp $ +$NetBSD: distinfo,v 1.2 2011/08/23 08:56:26 abs Exp $ -SHA1 (Package-DeprecationManager-0.04.tar.gz) = fa74e503d67646434fcab65811f9d520ddd886a0 -RMD160 (Package-DeprecationManager-0.04.tar.gz) = 00ce35b5ed214b48f1edac73bc46234ee1bcb5c6 -Size (Package-DeprecationManager-0.04.tar.gz) = 10480 bytes +SHA1 (Package-DeprecationManager-0.11.tar.gz) = 16596f61b3ad7452da666b95efbd04dc3affc4dc +RMD160 (Package-DeprecationManager-0.11.tar.gz) = c820bca80d5739fb9c3693e90016c8bad294fb47 +Size (Package-DeprecationManager-0.11.tar.gz) = 10321 bytes |