proprosed fix for RT#28661
[gitmo/MRO-Compat.git] / t / 01use.t
CommitLineData
ed71cabb 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7
8BEGIN {
9 use_ok('MRO::Compat');
10}