[Moose-commits] r7585 - Class-MOP/trunk

rafl at code2.0beta.co.uk rafl at code2.0beta.co.uk
Sun Feb 8 16:52:36 GMT 2009


Author: rafl
Date: 2009-02-08 08:52:36 -0800 (Sun, 08 Feb 2009)
New Revision: 7585

Modified:
   Class-MOP/trunk/MOP.xs
Log:
Make MOP.xs compile again.

Modified: Class-MOP/trunk/MOP.xs
===================================================================
--- Class-MOP/trunk/MOP.xs	2009-02-08 16:51:11 UTC (rev 7584)
+++ Class-MOP/trunk/MOP.xs	2009-02-08 16:52:36 UTC (rev 7585)
@@ -344,9 +344,9 @@
             PUSHs(newSVpv(name, 0));
         }
 
-/* This is some pretty grotty logic. It _should_ be parallel to the
-   pure Perl version in lib/Class/MOP.pm, so if you want to understand
-   it we suggest you start there. */
+# This is some pretty grotty logic. It _should_ be parallel to the
+# pure Perl version in lib/Class/MOP.pm, so if you want to understand
+# it we suggest you start there.
 void
 is_class_loaded(klass=&PL_sv_undef)
     SV *klass




More information about the Moose-commits mailing list