X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=c9fca636ca4ceffba9d02cb278b874e52c42066b;hp=7dc818707f7840de5deabc99b6e474c8ce8728af;hb=6c169c5063b77a791818f5db2c1da3bd9b47d3f9;hpb=44b31b54069a41e4dc4d724c98b1fdfa61bd0a48 diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 7dc8187..c9fca63 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -4,10 +4,8 @@ use strict; use warnings; use base qw/Exporter/; use Carp; -use Scalar::Util qw(blessed looks_like_number openhandle reftype weaken); our @EXPORT_OK = qw( - blessed looks_like_number openhandle reftype weaken get_linear_isa ); our %EXPORT_TAGS = ( @@ -101,26 +99,5 @@ Mouse::Util - features, with or without their dependencies =head3 get_linear_isa -=head2 L - -=head3 blessed - -=head3 looks_like_number - -=head3 reftype - -=head3 openhandle - -=head3 weaken - -C I be implemented in XS. If the user tries to use C -without L, an error is thrown. - -=head2 Test::Exception - -=head3 throws_ok - -=head3 lives_ok - =cut