From: Dave Rolsky Date: Wed, 1 Apr 2009 16:45:47 +0000 (-0500) Subject: remove docs for HAVE_ISAREV X-Git-Tag: 0.80~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3dbd18f480ddc0eb70dc292792d36ce541af2b2;p=gitmo%2FClass-MOP.git remove docs for HAVE_ISAREV --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 1ae22d2..7c94f53 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -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 - -Whether or not the L pragma provides C, a much faster -way to get all the subclasses of a certain class. - =back =head2 Utility functions diff --git a/xt/pod_coverage.t b/xt/pod_coverage.t index 38aadce..1813993 100644 --- a/xt/pod_coverage.t +++ b/xt/pod_coverage.t @@ -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