Moose::Autobox::Value - the Value role


Moose-Autobox documentation  | view source Contained in the Moose-Autobox distribution.

Index


NAME

Top

Moose::Autobox::Value - the Value role

SYNOPOSIS

Top

  use Moose::Autobox;

  # execute a sub on the value
  print 10->do(sub { $_ * $_ }); # prints 100

DESCRIPTION

Top

This is a role to describes a defined (non-reference) Perl value.

METHODS

Top

meta
do (\&block)

BUGS

Top

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Top

Stevan Little <stevan@iinteractive.com>

COPYRIGHT AND LICENSE

Top


Moose-Autobox documentation  | view source Contained in the Moose-Autobox distribution.