fix punctuation
[gitmo/Moose.git] / t / test_moose / test_moose.t
CommitLineData
7125b244 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
a28e50e4 6use Test::More;
7125b244 7
8BEGIN {
9 use_ok('Test::Moose');
a28e50e4 10}
11
12done_testing;