The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MooseX::AttributeHelper::MethodProvider::Set::Object - implementation of the provided methods for the Set::Object attribute helper

PROVIDED METHODS

insert
remove
invert
clear
elements
contains
size

These methods all do the same thing as their counterparts in Set::Object, including taking list arguments where appropriate.

SEE ALSO

MooseX::AttributeHelper::Set::Object

Moose, MooseX::AttributeHelpers, Set::Object

AUTHOR

Jesse Luehrs, <jluehrs2 at uiuc.edu>

BUGS

No known bugs.

Please report any bugs through RT: email bug-moosex-attributehelper-set-object at rt.cpan.org, or browse http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MooseX-AttributeHelper-Set-Object.

SUPPORT

You can find this documentation for this module with the perldoc command.

    perldoc MooseX::AttributeHelper::Set::Object

You can also look for information at:

COPYRIGHT AND LICENSE

Copyright 2008 Jesse Luehrs.

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