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