MouseX::Types::Moose(3pm) User Contributed Perl Documentation MouseX::Types::Moose(3pm)NAMEMouseX::Types::Moose - MouseX::Types::Mouse plus drop-in compatibility with Any::MooseSYNOPSISpackage Foo; use Any::Moose; use Any::Moose '::Types::Moose' => [qw( Int ArrayRef )]; has name => ( is => 'rw', isa => Str; ); has ids => ( is => 'rw', isa => ArrayRef[Int], ); 1;SEE ALSOMouseX::Types::Mouse perl v5.12.4 2011-10-18 MouseX::Types::Moose(3pm)
| Related Man Pages |
|---|
| moosex::types::moose(3pm) - mojave |
| moosex::types::moose(3pm) - debian |
| moosex::types::set::object(3pm) - debian |
| mousex::types(3pm) - debian |
| mousex::types::path::class(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |