added more meta resources and added more support relevant links into the POD document...
Torsten Raudssus [Mon, 4 Mar 2013 14:05:28 +0000 (15:05 +0100)]
Changes
Makefile.PL
lib/Moo.pm
lib/Moo/Role.pm
lib/Sub/Defer.pm
lib/Sub/Quote.pm

diff --git a/Changes b/Changes
index 789fe25..25e8ba0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - 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
index 0bd9d9a..48c1f08 100644 (file)
@@ -23,7 +23,10 @@ my $mymeta = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5702 };
 
 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/',
   }
 );
 
index 9ae0141..a057954 100644 (file)
@@ -779,9 +779,15 @@ to Moo by providing a more Moose-like interface.
 
 =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
 
@@ -825,6 +831,6 @@ as listed above.
 =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
index 6d1b96a..0fc16b8 100644 (file)
@@ -339,6 +339,10 @@ imported by this module.
 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.
@@ -346,5 +350,3 @@ See L<Moo> for authors.
 =head1 COPYRIGHT AND LICENSE
 
 See L<Moo> for the copyright and license.
-
-=cut
index 9eb4873..2ec26a1 100644 (file)
@@ -90,3 +90,15 @@ If the passed coderef has been L<deferred|/defer_sub> this will "undefer" it.
 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.
index d067e2a..37997d2 100644 (file)
@@ -251,3 +251,15 @@ It might turn up in the intended context as follows:
 
 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.