Convert all tests to done_testing.
[gitmo/Moose.git] / t / 500_test_moose / 001_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;