Load MRO::Compat after Class::C3 so Class::C3::{,re,un}initialize are no-ops on 5.10.
[p5sagit/Class-C3-Componentised.git] / t / 00-load.t
CommitLineData
d288ce53 1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6 use_ok( 'Class::C3::Componentised' );
7}
8
9diag( "Testing Class::C3::Componentised $Class::C3::Componentised::VERSION, Perl $], $^X" );