summaryrefslogtreecommitdiff
path: root/pod/perlootut.pod
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-09 21:41:08 +0200
committerMax Maischein <corion@corion.net>2019-10-11 10:06:49 +0200
commit71c89d211a61ffe1c5b9b28229483814d2eb2825 (patch)
tree9a3fd310bca9f75a743a84d4760a8fc2de5ddb32 /pod/perlootut.pod
parent4c2aa7c802893d0276551ade1b9d5dcd1226afc4 (diff)
downloadperl-71c89d211a61ffe1c5b9b28229483814d2eb2825.tar.gz
Move more URLs from http:// to https://
Diffstat (limited to 'pod/perlootut.pod')
-rw-r--r--pod/perlootut.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlootut.pod b/pod/perlootut.pod
index b340dc6ea7..e9b58ee05b 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<CPAN|http://search.cpan.org> which build on top of what Perl
+L<CPAN|https://search.cpan.org> 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<Moose> itself.
=item * Rich ecosystem
There is a rich ecosystem of C<Moose> extensions on CPAN under the
-L<MooseX|http://search.cpan.org/search?query=MooseX&mode=dist>
+L<MooseX|https://search.cpan.org/search?query=MooseX&mode=dist>
namespace. In addition, many modules on CPAN already use C<Moose>,
providing you with lots of examples to learn from.
@@ -556,7 +556,7 @@ providing you with lots of examples to learn from.
C<Moose> 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<Moose>
documentation, starting with
-L<Moose::Manual|http://search.cpan.org/perldoc?Moose::Manual>.
+L<Moose::Manual|https://search.cpan.org/perldoc?Moose::Manual>.
=back