X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FDefined.pm;h=a831264059187a56b565006cb57514ffa8fb08cd;hb=b3cb70385763ff1067a42fa7e470177bef3485e8;hp=ecb06cc2b47fe52989e0d1f369764e7f577e1f4d;hpb=31d40d7362f4154746428525561af751208b0805;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Defined.pm b/lib/Moose/Autobox/Defined.pm index ecb06cc..a831264 100644 --- a/lib/Moose/Autobox/Defined.pm +++ b/lib/Moose/Autobox/Defined.pm @@ -20,10 +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 + +=back + +=over 4 + +=item B + +=back + =head1 BUGS All complex software has bugs lurking in it, and this module is no @@ -36,7 +57,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006-2007 by Infinity Interactive, Inc. L