Pavel Roskin <[EMAIL PROTECTED]> writes:
> Only one test is failing now - installsh.test. Perl reports the same
> mesages many times, so I ran the output through sort and uniq.
> $ make check TESTS=installsh.test VERBOSE=1 2>&1 | sort | uniq
> 1 of 1 tests failed
> === Running test ./installsh.t
Pavel Roskin <[EMAIL PROTECTED]> writes:
> Great! I wish your answer about the next problem would be the same!
>
> Only one test is failing now - installsh.test. Perl reports the same
> mesages many times, so I ran the output through sort and uniq.
Yep, I am aware of this. This is a side effec
Hello, Akim!
> > Obviously, %require_file_found should be declared by "use vars", but I
> > would prefer if the author does it. In fact, it may be a legitimate case
> > for a variable to be declared local.
>
> You tried in the middle of a batch of patches. It was fixed before
> your message arri
Pavel Roskin <[EMAIL PROTECTED]> writes:
> Hello!
>
> Automake from CVS doesn't work with perl5.6.0 today:
>
> $ perl5.6.0 -c automake
> Global symbol "%require_file_found" requires explicit package name at
> automake line 3291.
> BEGIN not safe after errors--compilation aborted at automake lin