more-cookin
[gitmo/Moose.git] / t / 006_basic.t
CommitLineData
b841b2a3 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
471c4f09 6use Test::More tests => 1;
b841b2a3 7use Test::Exception;
8
9BEGIN {
10 use_ok('Moose');
11}