MooseX::Types::Set::Object man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

MooseX::Types::Set::ObUser(Contributed Perl DocumMooseX::Types::Set::Object(3)

NAME
       MooseX::Types::Set::Object - Set::Object type with coercions and stuff.

SYNOPSIS
	   package Foo;
	   use Moose;

	   use MooseX::Types::Set::Object;

	   has children => (
	       isa	=> "Set::Object",
	       accessor => "transition_set",
	       coerce	=> 1, # also accept array refs
	       handles	=> {
		   children	=> "members",
		   add_child	=> "insert",
		   remove_child => "remove",
		   # See Set::Object for all the methods you could delegate
	       },
	   );

	   # ...

	   my $foo = Foo->new( children => [ @objects ] );

	   $foo->add_child( $obj );

DESCRIPTION
       This module provides Moose type constraints (see
       Moose::Util::TypeConstraints, MooseX::Types).

TYPES
       Set::Object
	   A subtype of "Object" that isa Set::Object with coercions to and
	   from the "ArrayRef" type.

SEE ALSO
       Set::Object, MooseX::AttributeHandlers, MooseX::Types,
       Moose::Util::TypeConstraints

AUTHOR
       Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT AND LICENSE
       This software is copyright (c) 2010 by Yuval Kogman.

       This is free software; you can redistribute it and/or modify it under
       the same terms as the Perl 5 programming language system itself.

perl v5.14.1			  2010-12-01	 MooseX::Types::Set::Object(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net