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