Support modifier by regexp
[gitmo/Mouse.git] / t / 100_bugs / 003_Moose_Object_error.t
CommitLineData
4c98ebb0 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use lib 't/lib', 'lib';
7
8use Test::More tests => 1;
9
10use_ok('MyMouseObject');