Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.git] / README
diff --git a/README b/README
index e68d341..18074ae 100644 (file)
--- 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. 
+