see also 0.01
Shawn M Moore [Fri, 10 Jul 2009 06:35:51 +0000 (02:35 -0400)]
lib/MooseX/HasDefaults.pm

index c846337..d6b333b 100644 (file)
@@ -39,6 +39,22 @@ If you pass a specific value to any C<has>'s C<is>, that overrides the default.
 
 Shawn M Moore, C<sartak@gmail.com>
 
+=head1 SEE ALSO
+
+=over 4
+
+=item L<MooseX::AttributeDefaults>
+
+This requires its users to be MOP savvy, and is a bit too much typing for
+the common case of defaulting C<is>.
+
+=item L<MooseX::Attributes::Curried>
+
+This solves a similar need by letting users create sugar functions. But
+people like C<has>.
+
+=back
+
 =head1 COPYRIGHT AND LICENSE
 
 Copyright 2009 Infinity Interactive