fix for prototype undecl issue when type constraint utils loaded before consumers...
[gitmo/Moose.git] / t / 102_Moose_Object_error.t
CommitLineData
648e79ae 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use lib 't/lib', 'lib';
7
8use Test::More tests => 1;
9
10use_ok('MyMooseObject');