Catalyst-Runtime

 view release on metacpan or  search on metacpan

t/aggregate/unit_metaclass_compat_non_moose_controller.t  view on Meta::CPAN

use strict;
use warnings;

use FindBin;
use lib "$FindBin::Bin/../lib";

use Test::More tests => 1;
use Test::Fatal;
use TestAppNonMooseController;

# Metaclass init order causes fail.
# There are TODO tests in Moose for this, see
# f2391d17574eff81d911b97be15ea51080500003
# after which the evil kludge in core can die in a fire.

is exception {
    TestAppNonMooseController::ControllerBase->get_action_methods
}, undef, 'Base class->get_action_methods ok when sub class initialized first';



( run in 1.505 second using v1.01-cache-2.11-cpan-54e63673c56 )