From: Stevan Little Date: Thu, 17 Aug 2006 15:28:16 +0000 (+0000) Subject: docs mostly X-Git-Tag: 0_03~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ea329c25a34c978e524d323d410c114871db083;p=gitmo%2FMoose-Autobox.git docs mostly --- diff --git a/README b/README index 071f476..5f1fdb4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Moose::Autobox version 0.02 +Moose::Autobox version 0.03 =========================== See the individual module documentation for more information diff --git a/TODO b/TODO index a687f94..716073a 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,6 @@ 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 diff --git a/examples/tic_tac_toe.t b/examples/tic_tac_toe.t index 24f872a..591ec82 100644 --- a/examples/tic_tac_toe.t +++ b/examples/tic_tac_toe.t @@ -6,8 +6,6 @@ use warnings; use Moose::Autobox; use Moose::Autobox::Undef; -use autobox UNDEF => 'Moose::Autobox::Undef'; - sub print_board { my ($b) = @_; my $count = 0;