with_immutable needs to test both mutable and immutable conditions
[gitmo/MooseX-UndefTolerant.git] / t / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6     package Foo;
7     ::use_ok( 'MooseX::UndefTolerant' );
8 }
9
10 diag( "Testing MooseX::UndefTolerant $MooseX::UndefTolerant::VERSION, Perl $], $^X" );