-Moose::Autobox version 0.02
+Moose::Autobox version 0.03
===========================
See the individual module documentation for more information
Add create() to Moose::Meta::Class to allow for roles to be passed in.
-Change Moose::Autobox->import() to use that instead of an eval.
-
---------------------
get ::Code::dump working with Data::Dump::Streamer
use Moose::Autobox;
use Moose::Autobox::Undef;
-use autobox UNDEF => 'Moose::Autobox::Undef';
-
sub print_board {
my ($b) = @_;
my $count = 0;