From e2c914f645fcd29c4feeecc138283777d1caa0cf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 12 Feb 2012 14:19:46 -0600 Subject: avoid warning from CompileTests --- lib/Dist/Zilla/PluginBundle/DOY.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm index 495f8c2..c08f6af 100644 --- a/lib/Dist/Zilla/PluginBundle/DOY.pm +++ b/lib/Dist/Zilla/PluginBundle/DOY.pm @@ -32,7 +32,7 @@ My plugin bundle. Roughly equivalent to: [PodSyntaxTests] [NoTabsTests] [EOLTests] - [CompileTests] + [Test::Compile] [Repository] git_remote = github ; or origin, if github doesn't exist @@ -125,7 +125,7 @@ has _plugins => ( PodSyntaxTests NoTabsTests EOLTests - CompileTests + Test::Compile Repository Git::Check Git::Tag -- cgit v1.2.3-54-g00ecf