yappo / p5-mousex-types

MouseX::Types

This URL has Read+Write access

gfx (author)
Sat Dec 26 00:13:21 -0800 2009
commit  e95e26fbe4560f150132c35595203ab331780b62
tree    8dc4524f8d94f7ebf301d04a51176c2b9f258297
parent  bcdd0ee1a179b94fd8692539731d9a41bf787fc5
name age message
file .gitignore Thu Apr 09 22:59:05 -0700 2009 gitnize [大沢 和宏]
file .shipit Thu Apr 09 22:59:05 -0700 2009 gitnize [大沢 和宏]
file Changes Sat Dec 19 22:14:13 -0800 2009 Checking in changes prior to tagging of version... [gfx]
file MANIFEST Mon Dec 14 19:15:20 -0800 2009 Checking in changes prior to tagging of version... [gfx]
file MANIFEST.SKIP Sat Dec 12 00:52:09 -0800 2009 Update MANIFEST.SKIP [gfx]
file Makefile.PL Mon Dec 14 19:15:20 -0800 2009 Checking in changes prior to tagging of version... [gfx]
file README Wed Feb 04 23:35:55 -0800 2009 import MouseX::Types git-svn-id: http://code2... [yappo]
directory lib/ Sat Dec 26 00:13:21 -0800 2009 Update AUTHORS information [gfx]
directory t/ Sun Dec 13 21:43:18 -0800 2009 Support a ridiculous syntacic sugar: "isa => Ar... [gfx]
directory xt/ Wed Feb 04 23:35:55 -0800 2009 import MouseX::Types git-svn-id: http://code2... [yappo]
README
This is Perl module MouseX::Types.

INSTALLATION

MouseX::Types installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan MouseX::Types

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

MouseX::Types documentation is available as in POD. So you can do:

    % perldoc MouseX::Types

to read the documentation online with your favorite pager.

Kazuhiro Osawa