also need to set AUTHOR_TESTING here
Jesse Luehrs [Mon, 3 Jan 2011 23:59:30 +0000 (17:59 -0600)]
inc/TestRelease.pm

index d557757..c6e145b 100644 (file)
@@ -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(@_);
 };