more-docs
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Undef.pm
index 3d2b7d3..0d7fbdc 100644 (file)
@@ -20,7 +20,10 @@ Moose::Autobox::Undef - the Undef role
 =head1 SYNOPOSIS
 
   use Moose::Autobox;
-  use autobox;
+  use autobox UNDEF => 'Moose::Autobox::Undef';
+
+  my $x;
+  $x->defined; # false
 
 =head1 DESCRIPTION
 
@@ -30,12 +33,16 @@ This is a role to describes a undefined value.
 
 =over 4
 
-=item B<meta>
-
 =item B<defined>
 
 =back
 
+=over 4
+
+=item B<meta>
+
+=back
+
 =head1 BUGS
 
 All complex software has bugs lurking in it, and this module is no