foo
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Value.pm
index e3c88ed..d63316f 100644 (file)
@@ -5,8 +5,6 @@ our $VERSION = '0.01';
 
 with 'Moose::Autobox::Defined';
 
-requires 'print';
-
 sub do { 
     my ($self, $block) = @_;
     local $_ = $self;
@@ -34,6 +32,16 @@ Moose::Autobox::Value - the Value role
 
 =head1 DESCRIPTION
 
+=head1 METHODS
+
+=over 4
+
+=item B<meta>
+
+=item B<do>
+
+=back
+
 =head1 BUGS
 
 All complex software has bugs lurking in it, and this module is no