add test for has with coerce => 0
[gitmo/MooseX-AlwaysCoerce.git] / t / 00-load.t
CommitLineData
7a603ffa 1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6 use_ok( 'MooseX::AlwaysCoerce' );
7}
8
9diag( "Testing MooseX::AlwaysCoerce $MooseX::AlwaysCoerce::VERSION, Perl $], $^X" );