MooseX::AttributeHelper::Set::Object 0.01

This module implements an attribute metaclass for handling Set::Object type attributes in Moose classes. See the documentation for Set::Object for its uses and limitations. The provided methods are insert, remove, invert, clear, elements, contains, and size. They all forward the calls directly to the Set::Object methods of the same name.

MAJOR CHANGES
    0.01: first version

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc
command.

    perldoc MooseX::AttributeHelper::Set::Object

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/MooseX-AttributeHelper-Set-Object

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-AttributeHelper-Set-Object

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/MooseX-AttributeHelper-Set-Object

    CPAN Ratings:
        http://cpanratings.perl.org/d/MooseX-AttributeHelper-Set-Object

COPYRIGHT AND LICENSE

Copyright (C) 2008 Jesse Luehrs

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