X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=35c117d1acbf2c6163acfe6ae41cd8e7433ceff9;hp=8923749e7915b1e15cf4fbc49f8d6dec49cbec02;hb=ea249879d28f5ce42afb95feeb7dcb6d37fcd241;hpb=2cea7a5fabbf2a81e0518c3f967706c9428afa8d diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 8923749..35c117d 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -10,16 +10,16 @@ our @EXPORT_OK = qw( find_meta does_role resolve_metaclass_alias + apply_all_roles english_list load_class is_class_loaded - apply_all_roles - not_supported - get_linear_isa get_code_info + + not_supported ); our %EXPORT_TAGS = ( all => \@EXPORT_OK, @@ -295,9 +295,41 @@ Mouse::Util - features, with or without their dependencies =head1 IMPLEMENTATIONS FOR -=head2 L +=head2 Moose::Util + +=head3 C + +=head3 C + +=head3 C + +=head3 C + +=head3 C + +=head2 Class::MOP + +=head3 C + +=head3 C + +=head2 MRO::Compat + +=head3 C + +=head2 Sub::Identify + +=head3 C + +=head1 UTILITIES FOR MOUSE + +=over 4 + +=item * + +C -=head3 get_linear_isa +=back =cut