HTML::Restrict 2.1.5 breaks with Moo 1.002000 (see RT#85088)
[gitmo/Moo.git] / lib / Moo / _mro.pm
1 package Moo::_mro;
2
3 if ($] >= 5.010) {
4   require mro;
5 } else {
6   require MRO::Compat;
7 }
8
9 1;