Fix dist.ini to not add Test::Spelling as a requirement
Tomas Doran [Fri, 9 Mar 2012 10:34:19 +0000 (10:34 +0000)]
Changes
dist.ini

diff --git a/Changes b/Changes
index 74e79e8..7c28905 100644 (file)
--- 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.
index 05a6a2b..0e39ac9 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -33,6 +33,7 @@ repository.type   = git
 [Test::Pod::No404s]
 
 [AutoPrereqs]
+skip = ^Test::Spelling$
 
 [CheckPrereqsIndexed]