From: Shawn M Moore Date: Sun, 28 Sep 2008 04:29:26 +0000 (+0000) Subject: doc X-Git-Tag: 0.19~204 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=f38ce2d0f0cb67fafa5552a00f9532ced979748e doc --- diff --git a/Changes b/Changes index 476d1ca..4e24de2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Mouse -0.07 +0.07 Sun Sep 28 00:19:07 2008 * All runtime dependencies have been removed! The only change in functionality (hopefully) is that the Sub::Exporter features can no longer be used (we've backed down to regular Exporter). Scalar::Util is diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 625ed4e..b2ab6c6 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -157,3 +157,32 @@ for my $module_name (keys %dependencies) { 1; +__END__ + +=head1 NAME + +Mouse::Util - features, with or without their dependencies + +=head1 IMPLEMENTATIONS FOR + +=head2 L + +=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. + +=cut +