docs mostly
Stevan Little [Thu, 17 Aug 2006 15:28:16 +0000 (15:28 +0000)]
README
TODO
examples/tic_tac_toe.t

diff --git a/README b/README
index 071f476..5f1fdb4 100644 (file)
--- 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 (file)
--- 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
index 24f872a..591ec82 100644 (file)
@@ -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;