From 71c89d211a61ffe1c5b9b28229483814d2eb2825 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Wed, 9 Oct 2019 21:41:08 +0200 Subject: [PATCH] Move more URLs from http:// to https:// --- README.cygwin | 6 ++--- README.hurd | 2 +- README.macosx | 6 ++--- README.win32 | 16 ++++++------- pod/perl.pod | 2 +- pod/perlbook.pod | 64 +++++++++++++++++++++++++------------------------- pod/perlcheat.pod | 6 ++--- pod/perldelta.pod | 2 +- pod/perldiag.pod | 2 +- pod/perldtrace.pod | 2 +- pod/perlfilter.pod | 2 +- pod/perlgit.pod | 8 +++---- pod/perlhack.pod | 28 +++++++++++----------- pod/perlmodinstall.pod | 10 ++++---- pod/perlmodlib.PL | 12 +++++----- pod/perlootut.pod | 6 ++--- pod/perlpacktut.pod | 6 ++--- pod/perlpodspec.pod | 16 ++++++------- pod/perlport.pod | 6 ++--- pod/perlreguts.pod | 4 ++-- pod/perlthrtut.pod | 4 ++-- pod/perlunicode.pod | 36 ++++++++++++++-------------- 22 files changed, 123 insertions(+), 123 deletions(-) diff --git a/README.cygwin b/README.cygwin index 90fb14b..f951679 100644 --- a/README.cygwin +++ b/README.cygwin @@ -27,7 +27,7 @@ platforms. They run thanks to the Cygwin library which provides the UNIX system calls and environment these programs expect. More information about this project can be found at: -L +L A recent net or commercial release of Cygwin is required. @@ -419,7 +419,7 @@ or: as parent(0x6FB30000) != 0x6FE60000 46 [main] perl 3488 fork: child 3588 - died waiting for dll loading, errno11 -See L +See L It helps if not too many DLLs are loaded in memory so the available address space is larger, e.g. stopping the MS Internet Explorer might help. @@ -523,7 +523,7 @@ path is mounted in textmode. =item C Cygwin does not initialize all original Win32 environment variables. -See the bottom of this page L +See the bottom of this page L for "Restricted Win32 environment". Certain Win32 programs called from cygwin programs might need some environment diff --git a/README.hurd b/README.hurd index 8cb0563..6ce3c2e 100644 --- a/README.hurd +++ b/README.hurd @@ -9,7 +9,7 @@ perlhurd - Perl version 5 on Hurd =head1 DESCRIPTION If you want to use Perl on the Hurd, I recommend using the Debian -GNU/Hurd distribution ( see L ), even if an +GNU/Hurd distribution ( see L ), even if an official, stable release has not yet been made. The old "gnu-0.2" binary distribution will most certainly have additional problems. diff --git a/README.macosx b/README.macosx index 0797c99..c98fafe 100644 --- a/README.macosx +++ b/README.macosx @@ -10,7 +10,7 @@ perlmacosx - Perl under Mac OS X This document briefly describes Perl under Mac OS X. - curl -O http://www.cpan.org/src/perl-5.31.5.tar.gz + curl -O https://www.cpan.org/src/perl-5.31.5.tar.gz tar -xzf perl-5.31.5.tar.gz cd perl-5.31.5 ./Configure -des -Dprefix=/usr/local/ @@ -223,7 +223,7 @@ access Foundation (i.e. non-GUI) classes and objects. An alternative is CamelBones, a framework that allows access to both Foundation and AppKit classes and objects, so that full GUI applications can be built in Perl. CamelBones can be found on SourceForge, at -L. +L. =head1 Starting From Scratch @@ -258,7 +258,7 @@ or rebuild Perl from the source code with C) is a nice +"Pacifist" from CharlesSoft (L) is a nice way to extract the Perl binaries from the OS media, without having to reinstall the entire OS. diff --git a/README.win32 b/README.win32 index 9e87709..01731fa 100644 --- a/README.win32 +++ b/README.win32 @@ -109,7 +109,7 @@ polling loop. A port of dmake for Windows is available from: -L +L Fetch and install dmake somewhere on your path. @@ -148,7 +148,7 @@ everything necessary to build Perl, rather than requiring a separate download of the Windows SDK like previous versions did. These packages can be downloaded by searching in the Download Center at -L. (Providing exact +L. (Providing exact links to these packages has proven a pointless task because the links keep on changing so often.) @@ -220,7 +220,7 @@ Framework Redistributable" to be installed first. This can be downloaded and installed separately, but is included in the "Visual C++ Toolkit 2003" anyway. These packages can all be downloaded by searching in the Download Center at -L. (Providing exact +L. (Providing exact links to these packages has proven a pointless task because the links keep on changing so often.) @@ -449,7 +449,7 @@ in the May 2019 Update, as explained here: L may fail test 17 due to a known bug in those gcc builds: -see L. +see L. Some test failures may occur if you use a command shell other than the native "cmd.exe", or if you are building from a path that contains @@ -568,7 +568,7 @@ and other special characters in arguments. The Windows documentation describes the shell parsing rules here: L and the C runtime parsing rules here: -L. +L. Here are some further observations based on experiments: The C runtime breaks arguments at spaces and passes them to programs in argc/argv. @@ -637,11 +637,11 @@ quoted. The Comprehensive Perl Archive Network (CPAN) offers a wealth of extensions, some of which require a C compiler to build. -Look in L for more information on CPAN. +Look in L for more information on CPAN. Note that not all of the extensions available from CPAN may work in the Windows environment; you should check the information at -L before investing too much effort into +L before investing too much effort into porting modules that don't readily build. Most extensions (whether they require a C compiler or not) can @@ -667,7 +667,7 @@ L Another option is to use the make written in Perl, available from CPAN. -L +L You may also use dmake or gmake. See L above on how to get it. diff --git a/pod/perl.pod b/pod/perl.pod index fba112f..1bbd734 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -21,7 +21,7 @@ For more information on these options, you can run C. The F program gives you access to all the documentation that comes with Perl. You can get more documentation, tutorials and community support -online at L. +online at L. If you're new to Perl, you should start by running C, which is a general intro for beginners and provides some background to help diff --git a/pod/perlbook.pod b/pod/perlbook.pod index e03a1d3..ffed87c 100644 --- a/pod/perlbook.pod +++ b/pod/perlbook.pod @@ -7,7 +7,7 @@ perlbook - Books about and related to Perl There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. There is a list of these books, some with extensive reviews, at -L . We list some of the books here, and while +L . We list some of the books here, and while listing a book implies our endorsement, don't think that not including a book means anything. @@ -26,7 +26,7 @@ I: by Tom Christiansen, brian d foy, Larry Wall with Jon Orwant ISBN 978-0-596-00492-7 [4th edition February 2012] ISBN 978-1-4493-9890-3 [ebook] - http://oreilly.com/catalog/9780596004927 + https://oreilly.com/catalog/9780596004927 =back @@ -41,7 +41,7 @@ accomplish specific tasks: with Foreword by Larry Wall ISBN 978-0-596-00313-5 [2nd Edition August 2003] ISBN 978-0-596-15888-0 [ebook] - http://oreilly.com/catalog/9780596003135/ + https://oreilly.com/catalog/9780596003135/ =back @@ -56,7 +56,7 @@ programming: by Randal L. Schwartz, Tom Phoenix, and brian d foy ISBN 978-1-4493-0358-7 [6th edition June 2011] ISBN 978-1-4493-0458-4 [ebook] - http://www.learning-perl.com/ + https://www.learning-perl.com/ =back @@ -72,7 +72,7 @@ object-oriented programming, and modules: foreword by Damian Conway ISBN 978-1-4493-9309-0 [2nd edition August 2012] ISBN 978-1-4493-0459-1 [ebook] - http://www.intermediateperl.com/ + https://www.intermediateperl.com/ =back @@ -87,21 +87,21 @@ You might want to keep these desktop references close by your keyboard: by Johan Vromans ISBN 978-1-4493-0370-9 [5th edition July 2011] ISBN 978-1-4493-0813-1 [ebook] - http://oreilly.com/catalog/0636920018476/ + https://oreilly.com/catalog/0636920018476/ =item I by Richard Foley ISBN 978-0-596-00503-0 [1st edition January 2004] ISBN 978-0-596-55625-9 [ebook] - http://oreilly.com/catalog/9780596005030/ + https://oreilly.com/catalog/9780596005030/ =item I by Tony Stubblebine ISBN 978-0-596-51427-3 [2nd edition July 2007] ISBN 978-0-596-55782-9 [ebook] - http://oreilly.com/catalog/9780596514273/ + https://oreilly.com/catalog/9780596514273/ =back @@ -119,14 +119,14 @@ You might want to keep these desktop references close by your keyboard: by James Lee ISBN 1-59059-391-X [3rd edition April 2010 & ebook] - http://www.apress.com/9781430227939 + https://www.apress.com/9781430227939 =item I (the "Llama Book") by Randal L. Schwartz, Tom Phoenix, and brian d foy ISBN 978-1-4493-0358-7 [6th edition June 2011] ISBN 978-1-4493-0458-4 [ebook] - http://www.learning-perl.com/ + https://www.learning-perl.com/ =item I (the "Alpaca Book") @@ -134,20 +134,20 @@ You might want to keep these desktop references close by your keyboard: foreword by Damian Conway ISBN 978-1-4493-9309-0 [2nd edition August 2012] ISBN 978-1-4493-0459-1 [ebook] - http://www.intermediateperl.com/ + https://www.intermediateperl.com/ =item I by brian d foy ISBN 9978-1-4493-9311-3 [2st edition January 2014] ISBN 978-1-4493-6487-8 [ebook] - http://www.masteringperl.org/ + https://www.masteringperl.org/ =item I by Joseph N. Hall, Joshua A. McAdams, brian d foy ISBN 0-321-49694-9 [2nd edition 2010] - http://www.effectiveperlprogramming.com/ + https://www.effectiveperlprogramming.com/ =back @@ -159,7 +159,7 @@ You might want to keep these desktop references close by your keyboard: by Sam Tregar ISBN 1-59059-018-X [1st edition August 2002 & ebook] - http://www.apress.com/9781590590188 + https://www.apress.com/9781590590188 =item I @@ -167,20 +167,20 @@ You might want to keep these desktop references close by your keyboard: with Foreword by Larry Wall ISBN 978-0-596-00313-5 [2nd Edition August 2003] ISBN 978-0-596-15888-0 [ebook] - http://oreilly.com/catalog/9780596003135/ + https://oreilly.com/catalog/9780596003135/ =item I by David N. Blank-Edelman ISBN 978-0-596-00639-6 [2nd edition May 2009] ISBN 978-0-596-80251-6 [ebook] - http://oreilly.com/catalog/9780596006396 + https://oreilly.com/catalog/9780596006396 =item I by Linchi Shea ISBN 1-59059-097-X [1st edition July 2003 & ebook] - http://www.apress.com/9781590590973 + https://www.apress.com/9781590590973 =back @@ -193,80 +193,80 @@ You might want to keep these desktop references close by your keyboard: by Jan Goyvaerts and Steven Levithan ISBN 978-1-4493-1943-4 [2nd edition August 2012] ISBN 978-1-4493-2747-7 [ebook] - http://shop.oreilly.com/product/0636920023630.do + https://shop.oreilly.com/product/0636920023630.do =item I by Tim Bunce and Alligator Descartes ISBN 978-1-56592-699-8 [February 2000] ISBN 978-1-4493-8670-2 [ebook] - http://oreilly.com/catalog/9781565926998 + https://oreilly.com/catalog/9781565926998 =item I by Damian Conway ISBN 978-0-596-00173-5 [1st edition July 2005] ISBN 978-0-596-15900-9 [ebook] - http://oreilly.com/catalog/9780596001735 + https://oreilly.com/catalog/9780596001735 =item I by Mark-Jason Dominus ISBN 1-55860-701-3 [1st edition March 2005] - free ebook http://hop.perl.plover.com/book/ - http://hop.perl.plover.com/ + free ebook https://hop.perl.plover.com/book/ + https://hop.perl.plover.com/ =item I by Jeffrey E. F. Friedl ISBN 978-0-596-52812-6 [3rd edition August 2006] ISBN 978-0-596-55899-4 [ebook] - http://oreilly.com/catalog/9780596528126 + https://oreilly.com/catalog/9780596528126 =item I by Lincoln Stein ISBN 0-201-61571-1 [1st edition 2001] - http://www.pearsonhighered.com/educator/product/Network-Programming-with-Perl/9780201615715.page + https://www.pearsonhighered.com/educator/product/Network-Programming-with-Perl/9780201615715.page =item I by Darren Chamberlain, Dave Cross, and Andy Wardley ISBN 978-0-596-00476-7 [December 2003] ISBN 978-1-4493-8647-4 [ebook] - http://oreilly.com/catalog/9780596004767 + https://oreilly.com/catalog/9780596004767 =item I by Damian Conway with foreword by Randal L. Schwartz ISBN 1-884777-79-1 [1st edition August 1999 & ebook] - http://www.manning.com/conway/ + https://www.manning.com/conway/ =item I by Dave Cross ISBN 1-930110-00-6 [1st edition 2001 & ebook] - http://www.manning.com/cross + https://www.manning.com/cross =item I by Steve Lidie and Nancy Walsh ISBN 978-1-56592-716-2 [1st edition January 2002] ISBN 978-0-596-10344-6 [ebook] - http://oreilly.com/catalog/9781565927162 + https://oreilly.com/catalog/9781565927162 =item I by Tim Jenness and Simon Cozens ISBN 1-930110-82-0 [1st edition August 2002 & ebook] - http://www.manning.com/jenness + https://www.manning.com/jenness =item I by Richard Foley with Andy Lester ISBN 1-59059-454-1 [1st edition July 2005 & ebook] - http://www.apress.com/9781590594544 + https://www.apress.com/9781590594544 =back @@ -274,7 +274,7 @@ You might want to keep these desktop references close by your keyboard: Some of these books are available as free downloads. -I: L +I: L I: L @@ -304,7 +304,7 @@ Each version of Perl comes with the documentation that was current at the time of release. This poses a problem for content such as book lists. There are probably very nice books published after this list was included in your Perl release, and you can check the latest -released version at L . +released version at L . Some of the books we've listed appear almost ancient in internet scale, but we've included those books because they still describe the diff --git a/pod/perlcheat.pod b/pod/perlcheat.pod index 99a8dfc..73b4679 100644 --- a/pod/perlcheat.pod +++ b/pod/perlcheat.pod @@ -95,14 +95,14 @@ Juerd Waalboer <#####@juerd.nl>, with the help of many Perl Monks. =item * -L - the original PM post +L - the original PM post =item * -L - Damian Conway's Perl 6 version +L - Damian Conway's Perl 6 version =item * -L - home of the Perl Cheat Sheet +L - home of the Perl Cheat Sheet =back diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 34c6b48..211ee4a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -441,7 +441,7 @@ XXX Generate this with: If you find what you think is a bug, you might check the perl bug database at L. There may also be information at -L, the Perl Home Page. +L, the Perl Home Page. If you believe you have an unreported bug, please run the L program included with your release. Be sure to trim your bug down to a tiny but diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0144f99..83d0336 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -5664,7 +5664,7 @@ variables (like PATH) from the user it isn't running under, and isn't in a location where the CGI server can't find it, basically, more or less. Please see the following for more information: - http://www.perl.org/CGI_MetaFAQ.html + https://www.perl.org/CGI_MetaFAQ.html http://www.htmlhelp.org/faq/cgifaq.html http://www.w3.org/Security/Faq/ diff --git a/pod/perldtrace.pod b/pod/perldtrace.pod index 2b60351..e0280d2 100644 --- a/pod/perldtrace.pod +++ b/pod/perldtrace.pod @@ -214,7 +214,7 @@ L =item DTrace: Dynamic Tracing in Oracle Solaris, Mac OS X and FreeBSD -L +L =back diff --git a/pod/perlfilter.pod b/pod/perlfilter.pod index 6aa6e1a..0744e29 100644 --- a/pod/perlfilter.pod +++ b/pod/perlfilter.pod @@ -570,7 +570,7 @@ code chunks beginning with the division operator C. As a workaround you must use C or C for such patterns. Also, the presence of regexes specified with raw C delimiters may cause mysterious errors. The workaround is to use C instead. See -L +L Currently the content of the C<__DATA__> block is not filtered. diff --git a/pod/perlgit.pod b/pod/perlgit.pod index 000d6ac..65961c4 100644 --- a/pod/perlgit.pod +++ b/pod/perlgit.pod @@ -29,7 +29,7 @@ This uses the git protocol (port 9418). If you cannot use the git protocol for firewall reasons, you can also clone via http, though this is much slower: - % git clone http://perl5.git.perl.org/perl.git perl + % git clone https://perl5.git.perl.org/perl.git perl =head1 WORKING WITH THE REPOSITORY @@ -341,12 +341,12 @@ patch will be destroyed. Someone may download your patch from RT, which will result in the subject (the first line of the commit message) being omitted. See L and -L +L for an example. Alternatively someone may apply your patch from RT after it arrived in their mailbox, by which time RT will have modified the inline content of the message. See L and -L +L for a bad example of this failure mode. =head2 A note on derived files @@ -928,7 +928,7 @@ general testing and development. Dromedary syncs the git tree from camel every few minutes, you should not push there. Both machines also have a full CPAN mirror in F, please use this. To share files with the general public, dromedary serves your F<~/public_html/> as -C> +C> These hosts have fairly strict firewalls to the outside. Outgoing, only rsync, ssh and git are allowed. For http and ftp, you can use diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 02624b0..e62f7b0 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -120,7 +120,7 @@ command line tool. This tool will ensure that your bug report includes all the relevant system and configuration information. To browse existing Perl bugs and patches, you can use the web interface -at L. +at L. Please check the archive of the perl5-porters list (see below) and/or the bug tracking system before submitting a bug report. Often, you'll @@ -138,8 +138,8 @@ are also referred to as the "Perl 5 Porters", "p5p" or just the "porters". A searchable archive of the list is available at -L. There is also an archive at -L. +L. There is also an archive at +L. =head2 perl-changes mailing list @@ -177,14 +177,14 @@ directory. If you cannot use the git protocol for firewall reasons, you can also clone via http, though this is much slower: - % git clone http://perl5.git.perl.org/perl.git perl + % git clone https://perl5.git.perl.org/perl.git perl =head2 Read access via the web You may access the repository over the web. This allows you to browse the tree, see recent commits, subscribe to RSS feeds for the changes, search for particular commits and more. You may access it at -L. A mirror of the repository is +L. A mirror of the repository is found at L. =head2 Read access via rsync @@ -761,7 +761,7 @@ L, but avoids loading most modules and uses as few core features as possible. If you write your own test, use the L. +Protocol|https://testanything.org>. =over 4 @@ -1144,7 +1144,7 @@ source, and we'll do that later on. Gisle Aas's "illustrated perlguts", also known as I, has very helpful pictures: -L +L =item * L and L @@ -1169,21 +1169,21 @@ wanting to go about Perl development. =head1 CPAN TESTERS AND PERL SMOKERS -The CPAN testers ( L ) are a group of volunteers +The CPAN testers ( L ) are a group of volunteers who test CPAN modules on a variety of platforms. -Perl Smokers ( L and -L ) +Perl Smokers ( L and +L ) automatically test Perl source releases on platforms with various configurations. Both efforts welcome volunteers. In order to get involved in smoke testing of the perl itself visit -L. In order to start smoke +L. In order to start smoke testing CPAN modules visit -L or -L or -L. +L or +L or +L. =head1 WHAT NEXT? diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod index 72728f6..f507395 100644 --- a/pod/perlmodinstall.pod +++ b/pod/perlmodinstall.pod @@ -7,10 +7,10 @@ perlmodinstall - Installing CPAN Modules You can think of a module as the fundamental unit of reusable Perl code; see L for details. Whenever anyone creates a chunk of Perl code that they think will be useful to the world, they register -as a Perl developer at L +as a Perl developer at L so that they can then upload their code to the CPAN. The CPAN is the Comprehensive Perl Archive Network and can be accessed at -L , and searched at L . +L , and searched at L . This documentation is for people who want to download CPAN modules and install them on their own computer. @@ -140,7 +140,7 @@ If you used WinZip, this was already done for you. You'll need the C utility, available at L or dmake, available on CPAN. -L +L Does the module require compilation (i.e. does it have files that end in .xs, .c, .h, .y, .cc, .cxx, or .C)? If it does, life is now @@ -333,7 +333,7 @@ not a module will work under your platform. If the module you want isn't listed there, you can test it yourself and let CPAN Testers know, you can join CPAN Testers, or you can request it be tested. - http://testers.cpan.org/ + https://cpantesters.org/ =head1 HEY @@ -343,7 +343,7 @@ don't send me mail asking for help on how to install your modules. There are too many modules, and too few Orwants, for me to be able to answer or even acknowledge all your questions. Contact the module author instead, ask someone familiar with Perl on your operating -system, or if all else fails, file a ticket at L. +system, or if all else fails, file a ticket at L. =head1 AUTHOR diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL index 063e56c..0e64323 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -118,7 +118,7 @@ push @mod, "=item Config\n\nAccess Perl configuration information\n\n"; # parse as (reasonably) sane Pod as-is to anything that attempts to # brute-force treat it as such. The content is already useful - this just # makes it tidier, by stopping anything doing this mistaking the rest of the -# Perl code for Pod. eg http://search.cpan.org/dist/perl/pod/perlmodlib.PL +# Perl code for Pod. eg https://search.cpan.org/dist/perl/pod/perlmodlib.PL print $out <<'=cut'; =head1 NAME @@ -238,7 +238,7 @@ CPAN stands for Comprehensive Perl Archive Network; it's a globally replicated trove of Perl materials, including documentation, style guides, tricks and traps, alternate ports to non-Unix systems and occasional binary distributions for these. Search engines for -CPAN can be found at http://www.cpan.org/ +CPAN can be found at https://www.cpan.org/ Most importantly, CPAN includes around a thousand unbundled modules, some of which require a C compiler to build. Major categories of @@ -1098,7 +1098,7 @@ Generated by Porting/make_modlib_cpan.pl For an up-to-date listing of CPAN sites, -see L or L. +see L or L. =head1 Modules: Creation, Use, and Abuse @@ -1306,7 +1306,7 @@ unique in the first 8 characters. Nested modules make this easier. For additional guidance on the naming of modules, please consult: - http://pause.perl.org/pause/query?ACTION=pause_namingmodules + https://pause.perl.org/pause/query?ACTION=pause_namingmodules or send mail to the mailing list. @@ -1426,11 +1426,11 @@ How to release and distribute a module. If possible, register the module with CPAN. Follow the instructions and links on: - http://www.cpan.org/modules/04pause.html + https://www.cpan.org/modules/04pause.html and upload to: - http://pause.perl.org/ + https://pause.perl.org/ and notify . This will allow anyone to install your module using the C tool distributed with Perl. diff --git a/pod/perlootut.pod b/pod/perlootut.pod index b340dc6..e9b58ee 100644 --- a/pod/perlootut.pod +++ b/pod/perlootut.pod @@ -23,7 +23,7 @@ version. This document provides an introduction to object-oriented programming in Perl. It begins with a brief overview of the concepts behind object oriented design. Then it introduces several different OO systems from -L which build on top of what Perl +L which build on top of what Perl provides. By default, Perl's built-in OO system is very minimal, leaving you to @@ -547,7 +547,7 @@ C itself. =item * Rich ecosystem There is a rich ecosystem of C extensions on CPAN under the -L +L namespace. In addition, many modules on CPAN already use C, providing you with lots of examples to learn from. @@ -556,7 +556,7 @@ providing you with lots of examples to learn from. C is a very powerful tool, and we can't cover all of its features here. We encourage you to learn more by reading the C documentation, starting with -L. +L. =back diff --git a/pod/perlpacktut.pod b/pod/perlpacktut.pod index ce3dba1..19bbf1b 100644 --- a/pod/perlpacktut.pod +++ b/pod/perlpacktut.pod @@ -632,7 +632,7 @@ characters that are used in several European languages is in the next range, up to 255. After some more Latin extensions we find the character sets from languages using non-Roman alphabets, interspersed with a variety of symbol sets such as currency symbols, Zapf Dingbats or Braille. -(You might want to visit L for a look at some of +(You might want to visit L for a look at some of them - my personal favourites are Telugu and Kannada.) The Unicode character sets associates characters with integers. Encoding @@ -868,8 +868,8 @@ a repeat count for a C<()>-group. Intel HEX is a file format for representing binary data, mostly for programming various chips, as a text file. (See -L for a detailed description, and -L for the Motorola +L for a detailed description, and +L for the Motorola S-record format, which can be unravelled using the same technique.) Each line begins with a colon (':') and is followed by a sequence of hexadecimal characters, specifying a byte count I (8 bit), diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index c91665f..f4340bf 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -1232,21 +1232,21 @@ For example: 'pod', # what sort of link "/Object Attributes" # original content - L + L => undef, # link text - "http://www.perl.org/", # possibly inferred link text - "http://www.perl.org/", # name + "https://www.perl.org/", # possibly inferred link text + "https://www.perl.org/", # name undef, # section 'url', # what sort of link - "http://www.perl.org/" # original content + "https://www.perl.org/" # original content - L + L => "Perl.org", # link text - "http://www.perl.org/", # possibly inferred link text - "http://www.perl.org/", # name + "https://www.perl.org/", # possibly inferred link text + "https://www.perl.org/", # name undef, # section 'url', # what sort of link - "Perl.org|http://www.perl.org/" # original content + "Perl.org|https://www.perl.org/" # original content Note that you can distinguish URL-links from anything else by the fact that they match C. So diff --git a/pod/perlport.pod b/pod/perlport.pod index 06407c7..cfbd6a4 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -827,7 +827,7 @@ Mailing list: cpan-testers-discuss@perl.org =item * -Testing results: L +Testing results: L =back @@ -1032,12 +1032,12 @@ The C modules in L. =item * -The ActiveState Pages, L +The ActiveState Pages, L =item * The Cygwin environment for Win32; F (installed -as L), L +as L), L =item * diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod index 0eac156..3347660 100644 --- a/pod/perlreguts.pod +++ b/pod/perlreguts.pod @@ -897,8 +897,8 @@ Same terms as Perl. =head1 REFERENCES -[1] L +[1] L -[2] L +[2] L =cut diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 68d4bfb..9657f75 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -1084,13 +1084,13 @@ Annotated POD for L: L Latest version of L on CPAN: -L +L Annotated POD for L: L Latest version of L on CPAN: -L +L Perl threads mailing list: L diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 8f09a18..5b5c88d 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -24,7 +24,7 @@ everyone uses Unicode. Unicode is a comprehensive standard. It specifies many things outside the scope of Perl, such as how to display sequences of characters. For a full discussion of all aspects of Unicode, see -L. +L. =head2 Important Caveats @@ -499,7 +499,7 @@ matching Unicode properties against non-Unicode code points. Every Unicode character is assigned a general category, which is the "most usual categorization of a character" (from -L). +L). The compound way of writing these is like C<\p{General_Category=Number}> (short: C<\p{gc:n}>). But Perl furnishes shortcuts in which everything up @@ -598,7 +598,7 @@ property can have more values added in a future Unicode release. Those listed above comprised the complete set for many Unicode releases, but others were added in Unicode 6.3; you can always find what the current ones are in L. And -L describes how to use them. +L describes how to use them. =head3 B @@ -675,7 +675,7 @@ used in more than one script, they will be in C, but only if they are used in many scripts should they be in C. The explanation above has omitted some detail; refer to UAX#24 "Unicode -Script Property": L. +Script Property": L. A complete list of scripts and their shortcuts is in L. @@ -703,7 +703,7 @@ those digits are shared across many scripts, and hence are in the C script. For more about scripts versus blocks, see UAX#24 "Unicode Script Property": -L +L The C or C