projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3b1d252
)
also need to set AUTHOR_TESTING here
Jesse Luehrs [Mon, 3 Jan 2011 23:59:30 +0000 (17:59 -0600)]
inc/TestRelease.pm
patch
|
blob
|
blame
|
history
diff --git
a/inc/TestRelease.pm
b/inc/TestRelease.pm
index
d557757
..
c6e145b
100644
(file)
--- a/
inc/TestRelease.pm
+++ b/
inc/TestRelease.pm
@@
-11,6
+11,9
@@
around before_release => sub {
local $ENV{MOOSE_TEST_MD} = $self->zilla->is_trial
? $ENV{MOOSE_TEST_MD}
: 1;
+ local $ENV{AUTHOR_TESTING} = $self->zilla->is_trial
+ ? $ENV{AUTHOR_TESTING}
+ : 1;
$self->$orig(@_);
};