Hi,

I was able to finally replicate your exact same problem on a 5.8.9
perlbrew-ed Perl on Ubuntu 10.10. But I was delayed by the following bugs:

-  (MDOOTSON) Wx::ProcessStream::Perl failure to install on 5.8.9 because
Archive::Tar was not CORE at that time. Please see 'Archive::Tar is now
core' http://www.mail-archive.com/perl5-port...@perl.org/msg88375.html.
Please add a zero-version Archive::Tar dependency in your Makefile.PL.

- (ADAMK) ORLite test failure on 5.8.9. It warns but does not fail because
there was no Test::NoWarnings test dependency. Perl 5.8.9 comes with
File::Path 2.07_02 (http://perldoc.perl.org/5.8.9/perldelta.html). The fix
is easy: 'use File:Path 2.08;' in lib/ORLite.pm.

For reference, ORLite 1.45 test failure on 5.8.9
http://www.cpantesters.org/cpan/report/b5d2c548-a984-11df-8246-59ba6e8696e0

We have some warnings while building but not serious enough to fail.

$ cat ~/.cpanm/build.log | grep encoding
lib/Padre/Wx/Main.pm:5: Unknown command paragraph "=encoding UTF-8"
lib/Padre.pm:1098: Unknown command paragraph "=encoding utf8"
lib/Padre/File.pm:16: Unknown command paragraph "=encoding UTF-8"

Thanks,
Ahmad M. Zawawi
azawawi

On Wed, Nov 24, 2010 at 4:35 PM, Ahmad Zawawi <ahmad.zaw...@gmail.com>wrote:

> Hi,
>
> Fixing... :) I am also going to try it on strawberry 5.8.9 and a
> perlbrew-ed 5.8.9 on Ubuntu.
>
> Thanks,
> Ahmad M. Zawawi
>
>
> On Tue, Nov 23, 2010 at 12:32 AM, Mark Dootson <mark.doot...@znix.com>wrote:
>
>> Hi,
>>
>> ActivePerl 5.8 on win , linux & mac all produce following test failure
>> building Padre 0.74:
>>
>> t/44-perl-syntax.t ......... 11/55
>> #   Failed test 'Trivially broken package statement'
>> #   at t/44-perl-syntax.t line 82.
>> #     Structures begin differing at:
>> #          $got->[0]{msg} = 'Use of "package" with no arguments is
>> deprecated'
>> #     $expected->[0]{msg} = 'syntax error, at EOF'
>>
>> #   Failed test 'Trivially broken package statement'
>> #   at t/44-perl-syntax.t line 95.
>> #     Structures begin differing at:
>> #          $got->[0]{msg} = 'Use of "package" with no arguments is
>> deprecated'
>> #     $expected->[0]{msg} = 'syntax error, near "package;"'
>> # Looks like you failed 2 tests of 55.
>> t/44-perl-syntax.t ......... Dubious, test returned 2 (wstat 512, 0x200)
>> Failed 2/55 subtests
>>
>>
>> Regards
>>
>> Mark
>>
>> _______________________________________________
>> Padre-dev mailing list
>> Padre-dev@perlide.org
>> http://mail.perlide.org/mailman/listinfo/padre-dev
>>
>
>
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to