Sorry, I meant in '0.93', not 0.13.
On Mon, Feb 22, 2010 at 7:22 AM, Bugs in Module-Install via RT
<bug-Module-Install@rt.cpan.org> wrote:
Show quoted text>
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
> "author_tests in 0.13 is broken",
> a summary of which appears below.
>
> There is no need to reply to this message right now. Your ticket has been
> assigned an ID of [rt.cpan.org #54878]. Your ticket is accessible
> on the web at:
>
>
https://rt.cpan.org/Ticket/Display.html?id=54878
>
> Please include the string:
>
> [rt.cpan.org #54878]
>
> in the subject line of all future correspondence about this issue. To do so,
> you may reply to this message.
>
> Thank you,
> bug-Module-Install@rt.cpan.org
>
> -------------------------------------------------------------------------
> The code to check if it's running in an author mode is broken,
> resulting that xt/*.t is added to tests parameter for MakeMaker even
> if you run it as a non-author.
>
> + } elsif ( -d 'xt' and ($self->author or $ENV{RELEASE_TESTING}) ) {
>
> $self->author returns the 'Name <email>' for the distribution. It's
> not a boolean method. Should use $Module::Install::AUTHOR there (And
> there's another place).
>
>
> --
> Tatsuhiko Miyagawa
>
>
--
Tatsuhiko Miyagawa