Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / README
CommitLineData
9229fe57 1Mouse - Moose minus the antlers
2===========================
3
4See the individual module documentation for more information
5
86ab88e1 6 perldoc Mouse
7
8
9229fe57 9INSTALLATION
10
11To install this module type the following:
12
13 perl Makefile.PL
14 make
15 make test
16 make install
17
18DEPENDENCIES
19
20This module requires perl 5.6.2 or later.
21
22COPYRIGHT AND LICENCE
23
86ab88e1 24Copyright (C) 2006-2010 Infinity Interactive, Inc.
9229fe57 25
26http://www.iinteractive.com
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself.
30