document USING_XS constant
[gitmo/Class-MOP.git] / lib / Class / MOP.pm
index 4952d56..b7005f1 100644 (file)
@@ -36,8 +36,6 @@ our $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';    
 
-# after that everything is loaded, if we're allowed try to load faster XS
-# versions of various things
 _try_load_xs() or _load_pure_perl();
 
 sub _try_load_xs {
@@ -895,6 +893,10 @@ compat.
 Whether or not C<mro> provides C<get_isarev>, a much faster way to get all the
 subclasses of a certain class.
 
+=item I<USING_XS>
+
+Whether or not the running C<Class::MOP> is using its XS version.
+
 =back
 
 =head2 Utility functions