@@ -8,7 +8,7 @@ perlfaq2 - Obtaining and Learning about Perl
88
99=head1 VERSION
1010
11- version 5.20240218
11+ version 5.20250619
1212
1313=head1 DESCRIPTION
1414
@@ -27,7 +27,7 @@ all known and current Unix derivatives are supported (perl's native
2727platform), as are other systems like VMS, DOS, OS/2, Windows,
2828QNX, BeOS, OS X, MPE/iX and the Amiga.
2929
30- Binary distributions for some proprietary platforms can be found
30+ Binary distributions for some proprietary platforms can be found in the
3131L<http://www.cpan.org/ports/> directory. Because these are not part of
3232the standard distribution, they may and in fact do differ from the
3333base perl port in a variety of ways. You'll have to check their
@@ -120,8 +120,8 @@ L<view online|http://perldoc.perl.org/perl.html>.
120120(Some operating system distributions may ship the documentation in a different
121121package; for instance, on Debian, you need to install the C<perl-doc> package.)
122122
123- Many good books have been written about Perl--see the section later in
124- L<perlfaq2> for more details.
123+ Many good books have been written about Perl--see the L</"Perl Books"> section
124+ for more details.
125125
126126=head2 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org?
127127
@@ -162,7 +162,7 @@ See L<What is CPAN?|/"What modules and extensions are available for Perl? What i
162162
163163=head2 Where can I post questions?
164164
165- There are many Perl L<mailing lists|lists.perl.org> for various
165+ There are many Perl L<mailing lists|https:// lists.perl.org> for various
166166topics, specifically the L<beginners list|http://lists.perl.org/list/beginners.html>
167167may be of use.
168168
@@ -229,13 +229,13 @@ To determine if a module came with your version of Perl, you can
229229install and use L<Module::CoreList>. It knows the modules (with their
230230versions) included with each release of Perl:
231231
232- $ corelist File::Copy
233- Data for 2023-07-02
234- File::Copy was first released with perl 5.002
232+ $ corelist File::Copy
233+ Data for 2023-07-02
234+ File::Copy was first released with perl 5.002
235235
236- $ corelist Business::ISBN
237- Data for 2023-07-02
238- Business::ISBN was not in CORE (or so I think)
236+ $ corelist Business::ISBN
237+ Data for 2023-07-02
238+ Business::ISBN was not in CORE (or so I think)
239239
240240If the module does not come with Perl, report its issues
241241using the tool that the particular module author decided to use, such as
@@ -252,14 +252,14 @@ Use the directions you find.
252252Sometimes the module author does not declare a bugtracker. For a long
253253time, everyone assumed that the CPAN Request Tracker
254254(L<https://rt.cpan.org>) was the bugtracker since every distribution had
255- an RT queue generated automatically. In somes cases, the author might
255+ an RT queue generated automatically. In some cases, the author might
256256use CPAN RT. They also might have not declared a different
257257bugtracker but don't use CPAN RT.
258258
259259Submit bugs to RT either through its web interface,
260260L<https://rt.cpan.org>, or by email. Send email to I<<
261261bug-E<lt>distribution-nameE<gt>@rt.cpan.org >>. For example, if you
262- wanted to report a bug in the example module L <Foo::Bar>, you could send
262+ wanted to report a bug in the example module C <Foo::Bar>, you could send
263263a message to I<
[email protected] >.
264264
265265=head1 AUTHOR AND COPYRIGHT
0 commit comments