get rid of some earlier trash, prepare for putting in the real code
[gitmo/Class-C3-XS.git] / t / 00_load.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('Class::C3::XS');
10 }