Perltidy this code a bit.
[gitmo/Moose.git] / t / 000_load.t
CommitLineData
fcd84ca9 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7
8BEGIN {
9 use_ok('Moose');
31f8ec72 10}