Add IPC-AnyEvent-Gearman to the skip list
[gitmo/Moose.git] / t / 000_load.t
CommitLineData
fcd84ca9 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
a28e50e4 6use Test::More;
fcd84ca9 7
e039f69b 8BEGIN {
9 use_ok('Moose');
a28e50e4 10}
7ff56534 11
a28e50e4 12done_testing;