Skip Alien-Ditaa
[gitmo/Moose.git] / t / cmop / deprecated.t
CommitLineData
38bf2a25 1use strict;
2use warnings;
3
4use Test::More;
5use Test::Fatal;
6
7use Carp;
8
9$SIG{__WARN__} = \&croak;
10
680b7c27 11pass("nothing for now...");
38bf2a25 12
13done_testing;