Ticket #1064 (closed defect: fixed)
Build failures on Padre 0.74 Perl 5.8.9
| Reported by: | azawawi | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.74 |
| Keywords: | Cc: |
Description
- (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-porters@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"
Change History
Note: See
TracTickets for help on using
tickets.

This is related to ticket:1059