+ - added more meta resources and added more support relevant links into
+ the POD documentation
- clarify in docs that default and built values won't call triggers
(RT#82310)
- expand is => 'lazy' doc to make it clear that you can make rw lazy
my %extra_info = (
resources => {
- repository => 'git://git.shadowcat.co.uk/gitmo/Moo.git'
+ repository => 'git://git.shadowcat.co.uk/gitmo/Moo.git',
+ IRC => 'irc://irc.perl.org/#moose',
+ bugtracker => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Moo',
+ license => 'http://dev.perl.org/licenses/',
}
);
=head1 SUPPORT
-Users' IRC: #moose on irc.perl.org
+Users' IRC: #moose on irc.perl.org L<Click here for instant chatroom via mibbit|http://chat.mibbit.com/#moose@irc.perl.org>
-Development and contribution IRC: #web-simple on irc.perl.org
+Development and contribution IRC: #web-simple on irc.perl.org L<Click here for instant chatroom via mibbit|http://chat.mibbit.com/#web-simple@irc.perl.org>
+
+Bugtracker: L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Moo>
+
+Git repository: L<git://git.shadowcat.co.uk/gitmo/Moo.git>
+
+Git web access: L<http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Moo.git>
=head1 AUTHOR
=head1 LICENSE
This library is free software and may be distributed under the same terms
-as perl itself.
+as perl itself. See L<http://dev.perl.org/licenses/>.
=cut
Declares an attribute for the class to be composed into. See
L<Moo/has> for all options.
+=head1 SUPPORT
+
+See L<Moo> for support and contact informations.
+
=head1 AUTHORS
See L<Moo> for authors.
=head1 COPYRIGHT AND LICENSE
See L<Moo> for the copyright and license.
-
-=cut
If the passed coderef has not been deferred, this will just return it.
If this is confusing, take a look at the example in the L</SYNOPSIS>.
+
+=head1 SUPPORT
+
+See L<Moo> for support and contact informations.
+
+=head1 AUTHORS
+
+See L<Moo> for authors.
+
+=head1 COPYRIGHT AND LICENSE
+
+See L<Moo> for the copyright and license.
Which will obviously return from foo, when all you meant to do was return from
the code context in quote_sub and proceed with running important code b.
+
+=head1 SUPPORT
+
+See L<Moo> for support and contact informations.
+
+=head1 AUTHORS
+
+See L<Moo> for authors.
+
+=head1 COPYRIGHT AND LICENSE
+
+See L<Moo> for the copyright and license.