debian man page for mousex::types::mouse

Query: mousex::types::mouse

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MouseX::Types::Mouse(3pm)				User Contributed Perl Documentation				 MouseX::Types::Mouse(3pm)

NAME
MouseX::Types::Mouse - Types shipped with Mouse
SYNOPSIS
package Foo; use Mouse; use MouseX::Types::Mouse qw( Int ArrayRef ); has name => ( is => 'rw', isa => Str; ); has ids => ( is => 'rw', isa => ArrayRef[Int], ); 1;
SEE ALSO
MouseX::Types Mouse::Util::TypeConstraints perl v5.12.4 2011-10-18 MouseX::Types::Mouse(3pm)
Related Man Pages
any::moose(3pm) - debian
mousex::getopt::basic(3pm) - debian
mousex::getopt::gld(3pm) - debian
mousex::nativetraits::bool(3pm) - debian
mousex::nativetraits::methodprovider::arrayref(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com