From: Tomas Doran Date: Fri, 9 Mar 2012 10:34:19 +0000 (+0000) Subject: Fix dist.ini to not add Test::Spelling as a requirement X-Git-Tag: v0.13~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FPackage-DeprecationManager.git;a=commitdiff_plain;h=a8ef0ae36c5dc6e614fcb8903bfde3d1d2fb224e Fix dist.ini to not add Test::Spelling as a requirement --- diff --git a/Changes b/Changes index 74e79e8..7c28905 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +- Fix dist.ini to not add Test::Spelling as a requirement. + 0.12 2012-03-04 - Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT #75520. diff --git a/dist.ini b/dist.ini index 05a6a2b..0e39ac9 100644 --- a/dist.ini +++ b/dist.ini @@ -33,6 +33,7 @@ repository.type = git [Test::Pod::No404s] [AutoPrereqs] +skip = ^Test::Spelling$ [CheckPrereqsIndexed]