X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=cac6daf953c6808862b312fabf155dfdaf303d2d;hb=47d35fbafc21dc6ede2024c81bbb6504e3cb27ae;hp=e68d341b1bfca21868b828835bd3b783a8019de7;hpb=94b190693902e4be4f4f180065ce25b982829630;p=gitmo%2FClass-MOP.git diff --git a/README b/README index e68d341..cac6daf 100644 --- a/README +++ b/README @@ -1 +1,32 @@ -READ ME for Class::MOP \ No newline at end of file +Class::MOP version 0.84 +=========================== + +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. +