Subject: | Wx 0.58: the zz_distrib test fails |
Mattia,
The zz_distrib test fails due to an outdated META.yml file
(it still mentions the 0.57 version).
make test output
----------------
[snip]
t/zz_distrib..........
# Failed test 'META.yml == Wx.pm'
# in t/zz_distrib.t at line 15.
# got: '0.57'
# expected: '0.58'
# Looks like you failed 1 test of 1.
t/zz_distrib..........dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/zz_distrib.t 1 256 1 1 100.00% 1
[snip]
META.yml
--------
name: Wx
abstract: Interface to the wxWidgets cross-platform GUI toolkit
author: Mattia Barbon <mbarbon@cpan.org>
version: 0.57
[snip] ^^^^
Regards,
jpo