fixed documentation for predicate to match behaviour changed in 0.43
[gitmo/Class-MOP.git] / README
CommitLineData
6ff0d647 1Class::MOP version 0.50
7184ca14 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 these other modules and libraries:
4219de23 18
19 Scalar::Util
20 Sub::Name
21 Carp
22 B
7184ca14 23
24COPYRIGHT AND LICENCE
25
2367814a 26Copyright (C) 2006, 2007 Infinity Interactive, Inc.
7184ca14 27
28http://www.iinteractive.com
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself.
32