X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=18074ae2d0785f83c8e39bab0f88c876c17c702a;hb=e347ce3fe9e40dc060e73e07f282729f4191c878;hp=e68d341b1bfca21868b828835bd3b783a8019de7;hpb=94b190693902e4be4f4f180065ce25b982829630;p=gitmo%2FClass-MOP.git diff --git a/README b/README index e68d341..18074ae 100644 --- a/README +++ b/README @@ -1 +1,33 @@ -READ ME for Class::MOP \ No newline at end of file +Class::MOP version 0.92_01 +=========================== + +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: + + Devel::GlobalDestruction + MRO::Compat + Scalar::Util + Sub::Name + Task::Weaken + +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. +