0.06
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Defined.pm
index e8c285b..e368cf3 100644 (file)
@@ -20,20 +20,31 @@ Moose::Autobox::Defined - the Defined role
 =head1 SYNOPOSIS
 
   use Moose::Autobox;
-  use autobox;
+  
+  my $x;
+  $x->defined; # false
+  
+  $x = 10;
+  $x->defined; # true  
 
 =head1 DESCRIPTION
 
+This is a role to describes a defined value. 
+
 =head1 METHODS
 
 =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 
@@ -46,7 +57,7 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>