In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/df46a88106cf0e4af7c43e02993facc9a6dcfc40?hp=db21619caaefee434f82005da4dedfa9f09b29e5>

- Log -----------------------------------------------------------------
commit df46a88106cf0e4af7c43e02993facc9a6dcfc40
Author: Aaron Crane <[email protected]>
Date:   Mon Jan 7 13:29:34 2013 +0000

    pod/perlcommunity.pod: mention blogs.perl.org and Stack Overflow
    
    And mention that use.perl.org is now read-only.

M       pod/perlcommunity.pod

commit a152f76330fe76f1f1642fb9042b17cff429a89e
Author: Aaron Crane <[email protected]>
Date:   Mon Jan 7 13:28:41 2013 +0000

    Make perlbug recommend perlcommunity.pod over Usenet
    
    Suggested by Dave Mitchell.

M       utils/perlbug.PL
-----------------------------------------------------------------------

Summary of changes:
 pod/perlcommunity.pod |   18 +++++++++++++++---
 utils/perlbug.PL      |    4 ++--
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/pod/perlcommunity.pod b/pod/perlcommunity.pod
index 96c7b85..2acb0e2 100644
--- a/pod/perlcommunity.pod
+++ b/pod/perlcommunity.pod
@@ -65,11 +65,17 @@ Run by O'Reilly Media (the publisher of L<the Camel 
Book|perlbook>, among other
 Perl-related literature), perl.com provides current Perl news, articles, and
 resources for Perl developers as well as a directory of other useful websites.
 
+=item L<http://blogs.perl.org/>
+
+Many members of the community have a Perl-related blog on this site. If
+you'd like to join them, you can sign up for free.
+
 =item L<http://use.perl.org/>
 
-use Perl; provides a slashdot-style Perl news website covering all things Perl,
-from minutes of the meetings of the Perl 6 Design team to conference
-announcements with (ir)relevant discussion.
+use Perl; used to provide a slashdot-style news/blog website covering all
+things Perl, from minutes of the meetings of the Perl 6 Design team to
+conference announcements with (ir)relevant discussion. It no longer accepts
+updates, but you can still use the site to read old entries and comments.
 
 =back
 
@@ -83,6 +89,12 @@ PerlMonks is one of the largest Perl forums, and describes 
itself as "A place
 for individuals to polish, improve, and showcase their Perl skills." and "A
 community which allows everyone to grow and learn from each other."
 
+=item L<http://stackoverflow.com/>
+
+Stack Overflow is a free question-and-answer site for programmers. It's not
+focussed solely on Perl, but it does have an active group of users who do
+their best to help people with their Perl programming questions.
+
 =back
 
 =head2 User Groups
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index 965c371..bf86670 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -357,8 +357,8 @@ note to $thanksaddress instead of a bug report, please run 
'perlthanks'.
 Please do not use $0 to send test messages, test whether perl
 works, or to report bugs in perl modules from CPAN.
 
-For help using perl, try posting to the Usenet newsgroup 
-comp.lang.perl.misc.
+Suggestions for how to find help using Perl can be found at
+http://perldoc.perl.org/perlcommunity.html
 EOF
        }
     }

--
Perl5 Master Repository

Reply via email to