Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.git] / README
diff --git a/README b/README
index be902b8..18074ae 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::MOP version 0.78_01
+Class::MOP version 0.92_01
 ===========================
 
 See the individual module documentation for more information
@@ -15,11 +15,12 @@ To install this module type the following:
 DEPENDENCIES
 
 This module requires these other modules and libraries:
-    
+
+    Devel::GlobalDestruction
+    MRO::Compat
     Scalar::Util
     Sub::Name
-    Carp
-    B   
+    Task::Weaken
 
 COPYRIGHT AND LICENCE