X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=inc%2FCheckDelta.pm;h=ebaeb9504ef2953a2dc51b2035c1299355b39ec0;hb=e0a39158e1eb71c04a75423568bf84544caf535b;hp=1f0d962a8a79f804f3adff1f731543884c6a746b;hpb=32e9a3ed708bd49a1a6ec8df89bd00343243641a;p=gitmo%2FMoose.git 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};