Remove our (now broken) dzil GatherDir subclass
[gitmo/Moose.git] / inc / CheckDelta.pm
index 1f0d962..ebaeb95 100644 (file)
@@ -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};