From: Jesse Luehrs Date: Mon, 3 Jan 2011 23:59:30 +0000 (-0600) Subject: also need to set AUTHOR_TESTING here X-Git-Tag: 1.9903~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19b51e06b7f06e0097c24e865c87a9efdc054b96;p=gitmo%2FMoose.git also need to set AUTHOR_TESTING here --- diff --git a/inc/TestRelease.pm b/inc/TestRelease.pm index d557757..c6e145b 100644 --- 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(@_); };