doc
Shawn M Moore [Sun, 28 Sep 2008 04:29:26 +0000 (04:29 +0000)]
Changes
lib/Mouse/Util.pm

diff --git a/Changes b/Changes
index 476d1ca..4e24de2 100644 (file)
--- 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
index 625ed4e..b2ab6c6 100644 (file)
@@ -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<MRO::Compat>
+
+=head3 get_linear_isa
+
+=head2 L<Scalar::Util>
+
+=head3 blessed
+
+=head3 looks_like_number
+
+=head3 reftype
+
+=head3 openhandle
+
+=head3 weaken
+
+C<weaken> I<must> be implemented in XS. If the user tries to use C<weaken>
+without L<Scalar::Util>, an error is thrown.
+
+=cut
+