Revert "better check for if add_class_attribute is present."
[gitmo/MooseX-AlwaysCoerce.git] / README
CommitLineData
7a603ffa 1MooseX-AlwaysCoerce
2
3Moose extension to always enable coercions for attributes.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9 perl Makefile.PL
10 make
11 make test
12 make install
13
14SUPPORT AND DOCUMENTATION
15
16After installing, you can find documentation for this module with the
17perldoc command.
18
19 perldoc MooseX::AlwaysCoerce
20
21You can also look for information at:
22
23 RT, CPAN's request tracker
24 http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-AlwaysCoerce
25
26 AnnoCPAN, Annotated CPAN documentation
27 http://annocpan.org/dist/MooseX-AlwaysCoerce
28
29 CPAN Ratings
30 http://cpanratings.perl.org/d/MooseX-AlwaysCoerce
31
32 Search CPAN
33 http://search.cpan.org/dist/MooseX-AlwaysCoerce/
34
35
36COPYRIGHT AND LICENCE
37
31af4cd4 38Copyright (c) 2009-2010 Rafael Kitover
7a603ffa 39
40This program is free software; you can redistribute it and/or modify it
41under the same terms as Perl itself.
42