remove docs for HAVE_ISAREV
Dave Rolsky [Wed, 1 Apr 2009 16:45:47 +0000 (11:45 -0500)]
lib/Class/MOP.pm
xt/pod_coverage.t

index 1ae22d2..7c94f53 100644 (file)
@@ -862,11 +862,6 @@ We set this constant depending on what version perl we are on, this
 allows us to take advantage of new 5.10 features and stay backwards
 compatible.
 
-=item I<Class::MOP::HAVE_ISAREV>
-
-Whether or not the L<mro> pragma provides C<get_isarev>, a much faster
-way to get all the subclasses of a certain class.
-
 =back
 
 =head2 Utility functions
index 38aadce..1813993 100644 (file)
@@ -14,6 +14,7 @@ my @modules = all_modules();
 plan tests => scalar @modules;
 
 my %trustme = (
+    'Class::MOP'            => ['HAVE_ISAREV'],
     'Class::MOP::Attribute' => ['process_accessors'],
     'Class::MOP::Class'     => [
         # deprecated