Bump to 0.03
[gitmo/MooseX-HasDefaults.git] / lib / MooseX / HasDefaults.pm
index c846337..0e58fd4 100644 (file)
@@ -1,5 +1,5 @@
 package MooseX::HasDefaults;
-our $VERSION = '0.01';
+our $VERSION = '0.03';
 
 die "Do not use MooseX::HasDefaults, use MooseX::HasDefaults::RO or MooseX::HasDefaults::RW";
 
@@ -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