Skip to content

Commit

Permalink
use dzp::Test::Compile instead f deprecated CompileTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Apocalypse authored and Apocalypse committed Jan 3, 2012
1 parent 3562830 commit 31c11d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/PluginBundle/Apocalyptic.pm
Expand Up @@ -7,7 +7,7 @@ use Moose 1.21;
# The plugins we use ( excluding ones bundled in dzil )
with 'Dist::Zilla::Role::PluginBundle::Easy' => { -version => '4.200004' }; # basically sets the dzil version
use Pod::Weaver::PluginBundle::Apocalyptic 0.002;
use Dist::Zilla::Plugin::CompileTests 1.103030;
use Dist::Zilla::Plugin::Test::Compile 1.112820;
use Dist::Zilla::Plugin::ApocalypseTests 0.01;
use Dist::Zilla::Plugin::Prepender 1.101590;
use Dist::Zilla::Plugin::Authority 1.001;
Expand Down Expand Up @@ -113,7 +113,7 @@ EOC

# ; -- Generate our tests
[
'CompileTests' => {
'Test::Compile' => {
# fake the $ENV{HOME} in case smokers don't like us
'fake_home' => 1,
}
Expand Down

0 comments on commit 31c11d8

Please sign in to comment.