projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7e27541
)
move this one to after build
2.0101
Jesse Luehrs [Mon, 6 Jun 2011 22:05:15 +0000 (17:05 -0500)]
inc/CheckDelta.pm
patch
|
blob
|
blame
|
history
diff --git
a/inc/CheckDelta.pm
b/inc/CheckDelta.pm
index
1f0d962
..
ebaeb95
100644
(file)
--- 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};