0.04
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Undef.pm
index 3d2b7d3..a09820e 100644 (file)
@@ -20,7 +20,9 @@ Moose::Autobox::Undef - the Undef role
 =head1 SYNOPOSIS
 
   use Moose::Autobox;
-  use autobox;
+
+  my $x;
+  $x->defined; # false
 
 =head1 DESCRIPTION
 
@@ -30,12 +32,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 
@@ -48,7 +54,7 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006-2007 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>