summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-04 17:00:00 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-04 17:00:00 -0400
commit125b74b3e35c56560c0a9a03da1f32aa1a9ee36f (patch)
tree6bf005edd987c1fb9ac374af8fd367cb2cc7d321
parent0ac9d4c0b1e54d4d3c88b6f587c46ce68547c84d (diff)
downloaddist-zilla-pluginbundle-doy-125b74b3e35c56560c0a9a03da1f32aa1a9ee36f.tar.gz
dist-zilla-pluginbundle-doy-125b74b3e35c56560c0a9a03da1f32aa1a9ee36f.zip
NoTabsTests is deprecated (madsen, fixes #1)
-rw-r--r--lib/Dist/Zilla/PluginBundle/DOY.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm
index c6aa005..d9cb09d 100644
--- a/lib/Dist/Zilla/PluginBundle/DOY.pm
+++ b/lib/Dist/Zilla/PluginBundle/DOY.pm
@@ -51,7 +51,7 @@ My plugin bundle. Roughly equivalent to:
[PodCoverageTests]
[PodSyntaxTests]
- [NoTabsTests]
+ [Test::NoTabs]
[EOLTests]
[Test::Compile]
@@ -278,7 +278,7 @@ has _plugins => (
Authority
PodCoverageTests
PodSyntaxTests
- NoTabsTests
+ Test::NoTabs
EOLTests
Test::Compile
Metadata