perl-MooseX-App-Cmd-0.31-3.fc24 fails to build in F24 because a test fails: t/basic.t ............... ok # Failed test 'Internal hashes match' # at t/build_emulates_new.t line 16. # Structures begin differing at: # $got->{show_version} = Does not exist # $expected->{show_version} = '0' # Looks like you failed 1 test of 1. t/build_emulates_new.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests This has been happening since upgrading perl-App-Cmd from 0.327-3.fc23 to 0.328-1.fc24.
I've updated perl-MooseX-App-Cmd to 0.32 in rawhide. The changelog reads: 0.32 2015-09-12 01:10:11Z - fix incompatibility with App::Cmd 0.328 by calling its constructor (via MooseX::NonMoose) (RT#107025) and rt #107025 describes this very problem.