move sort to the test suite where it belongs
[gitmo/MRO-Compat.git] / t / 01use.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 1;
7
8 BEGIN {
9     use_ok('MRO::Compat');
10 }