make make_mutable always return $self and alter tests to verify this; update docs...
[gitmo/Moose.git] / t / cmop / deprecated.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5 use Test::Fatal;
6
7 use Carp;
8
9 $SIG{__WARN__} = \&croak;
10
11 pass("nothing for now...");
12
13 done_testing;