X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=d78a9a5d6069264ad72f2595d3d9337db1fdb83c;hb=c2b256bcad1d06cf1cfa03fd95b76faef16c70ea;hp=e68d341b1bfca21868b828835bd3b783a8019de7;hpb=94b190693902e4be4f4f180065ce25b982829630;p=gitmo%2FClass-MOP.git diff --git a/README b/README index e68d341..d78a9a5 100644 --- a/README +++ b/README @@ -1 +1,32 @@ -READ ME for Class::MOP \ No newline at end of file +Class::MOP version 0.80 +=========================== + +See the individual module documentation for more information + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test + make install + +DEPENDENCIES + +This module requires these other modules and libraries: + + Scalar::Util + Sub::Name + Carp + B + +COPYRIGHT AND LICENCE + +Copyright (C) 2006-2008 Infinity Interactive, Inc. + +http://www.iinteractive.com + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. +