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