From: Jesse Luehrs Date: Mon, 6 Jun 2011 22:05:15 +0000 (-0500) Subject: move this one to after build X-Git-Tag: 2.0008~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eaac043afff2423107981157eb776bdc382ae648;p=gitmo%2FMoose.git move this one to after build --- diff --git a/inc/CheckDelta.pm b/inc/CheckDelta.pm index 1f0d962..ebaeb95 100644 --- a/inc/CheckDelta.pm +++ b/inc/CheckDelta.pm @@ -3,9 +3,9 @@ use Moose; use Path::Class; -with 'Dist::Zilla::Role::BeforeBuild'; +with 'Dist::Zilla::Role::AfterBuild'; -sub before_build { +sub after_build { my $self = shift; return unless $ENV{DZIL_RELEASING};