Comment
Fuji, Goro [Wed, 29 Sep 2010 03:42:18 +0000 (12:42 +0900)]
lib/Mouse/Meta/Module.pm

index 546bb2e..336d174 100644 (file)
@@ -79,7 +79,7 @@ sub remove_attribute  { delete $_[0]->{attributes}->{$_[1]} }
 
 sub get_attribute_list{ keys   %{$_[0]->{attributes}} }
 
-# XXX: for backward compatibility
+# XXX: not completely compatible with Moose
 my %foreign = map{ $_ => undef } qw(
     Mouse Mouse::Role Mouse::Util Mouse::Util::TypeConstraints
     Carp Scalar::Util List::Util