logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MooX::Types::SetObject - Set::Object type

Contents

Name

       MooX::Types::SetObject - Set::Object type

Synopsis

           package MyPackage;
           use Moo;
           use MooX::Types::MooseLike::Base qw(Int);
           use MooX::Types::SetObject qw(SetObject);

           # a Set::Object of integers
           has "int_objects" => (
               isa => SetObject[Int],
           );

perl v5.34.0                                       2022-06-16                        MooX::Types::SetObject(3pm)

See Also