summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-11 10:39:15 +0200
committerMax Maischein <corion@corion.net>2019-10-11 11:48:15 +0200
commitc77726bb7bf6d340166d67aac247e2e307158a9a (patch)
tree942c219b72812149245d8a05e0d9f3dd810f9eb4
parent77bf4cdbabb6c9b504a1c6c8800bb6bad4f9f3b5 (diff)
downloadperl-c77726bb7bf6d340166d67aac247e2e307158a9a.tar.gz
Perl5 git is on https
-rw-r--r--Changes2
-rw-r--r--Porting/README.pod2
-rw-r--r--Porting/todo.pod2
-rwxr-xr-xconfigpm4
-rw-r--r--cop.h8
-rw-r--r--dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm2
-rw-r--r--hints/dec_osf.sh2
-rw-r--r--pod/perlsource.pod2
-rw-r--r--pod/perltodo.pod2
9 files changed, 13 insertions, 13 deletions
diff --git a/Changes b/Changes
index 9887fbba65..283f8bd8af 100644
--- a/Changes
+++ b/Changes
@@ -8,7 +8,7 @@ For a list of contributors to perl, see AUTHORS.
If you need a detailed commit history (i.e. descriptions of each
individual commit), you can view the git version control history online
-at http://perl5.git.perl.org/perl.git (follow the 'shortlog' link beside
+at https://perl5.git.perl.org/perl.git (follow the 'shortlog' link beside
the relevant tag). Or, you can download a copy of the git repository and
then run a command like
diff --git a/Porting/README.pod b/Porting/README.pod
index 110e9f0df6..2552dd5186 100644
--- a/Porting/README.pod
+++ b/Porting/README.pod
@@ -361,7 +361,7 @@ A helper tool for perl's 2038 support See F<Porting/README.y2038> for details.
=head2 F<todo.pod>
This is a list of wishes for Perl. The most up-to-date version of this file is
-at L<http://perl5.git.perl.org/perl.git/blob_plain/HEAD:/Porting/todo.pod>.
+at L<https://perl5.git.perl.org/perl.git/blob_plain/HEAD:/Porting/todo.pod>.
The tasks we think are smaller or easier are listed first. Anyone is welcome
to work on any of these, but it's a good idea to first contact
I<perl5-porters@perl.org> to avoid duplication of effort, and to learn from
diff --git a/Porting/todo.pod b/Porting/todo.pod
index 16736209ba..535f30dc5f 100644
--- a/Porting/todo.pod
+++ b/Porting/todo.pod
@@ -5,7 +5,7 @@ todo - Perl TO-DO list
=head1 DESCRIPTION
This is a list of wishes for Perl. The most up to date version of this file
-is at L<http://perl5.git.perl.org/perl.git/blob_plain/HEAD:/Porting/todo.pod>
+is at L<https://perl5.git.perl.org/perl.git/blob_plain/HEAD:/Porting/todo.pod>
The tasks we think are smaller or easier are listed first. Anyone is welcome
to work on any of these, but it's a good idea to first contact
diff --git a/configpm b/configpm
index 88f0150949..2df2c7b727 100755
--- a/configpm
+++ b/configpm
@@ -150,7 +150,7 @@ $config_txt .= sprintf << 'EOT', $], $export_funcs;
# for a description of the variables, please have a look at the
# Glossary file, as written in the Porting folder, or use the url:
-# http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/Glossary
+# https://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/Glossary
package Config;
use strict;
@@ -896,7 +896,7 @@ named variable exists.
For a description of the variables, please have a look at the
Glossary file, as written in the Porting folder, or use the url:
-http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/Glossary
+https://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/Glossary
=over 4
diff --git a/cop.h b/cop.h
index f9bf85222d..6c8e6a6b3b 100644
--- a/cop.h
+++ b/cop.h
@@ -99,12 +99,12 @@ typedef struct jmpenv JMPENV;
* that they moved some code that could potentially die() out of the
* region protected by the setjmp()s. This caused exceptions within
* END blocks and such to not be handled by the correct setjmp().
- *
+ *
* The original patches that introduces flexible exceptions were:
*
- * http://perl5.git.perl.org/perl.git/commit/312caa8e97f1c7ee342a9895c2f0e749625b4929
- * http://perl5.git.perl.org/perl.git/commit/14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a
- *
+ * https://perl5.git.perl.org/perl.git/commit/312caa8e97f1c7ee342a9895c2f0e749625b4929
+ * https://perl5.git.perl.org/perl.git/commit/14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a
+ *
*/
#define dJMPENV JMPENV cur_env
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
index 9fdb41ca77..230be1ce44 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
@@ -274,7 +274,7 @@ submit any bug reports via the F<perlbug> tool included with Perl 5.
Bug reports will be included in the Perl 5 ticket system at
L<http://rt.perl.org>.
-The Perl 5 source code is available at L<http://perl5.git.perl.org/perl.git>
+The Perl 5 source code is available at L<https://perl5.git.perl.org/perl.git>
and ExtUtils-CBuilder may be found in the F<dist/ExtUtils-CBuilder> directory
of the repository.
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh
index f0b772631f..49f7c347ba 100644
--- a/hints/dec_osf.sh
+++ b/hints/dec_osf.sh
@@ -263,7 +263,7 @@ toke_cflags='optimize=-O2'
esac
# The patch 23787
-# http://perl5.git.perl.org/perl.git/commit/73cb726371990cd489597c4fee405a9815abf4da
+# https://perl5.git.perl.org/perl.git/commit/73cb726371990cd489597c4fee405a9815abf4da
# broke things for gcc (at least gcc 3.3) so that many of the pack()
# checksum tests for formats L, j, J, especially when combined
# with the < and > specifiers, started to fail if compiled with plain -O3.
diff --git a/pod/perlsource.pod b/pod/perlsource.pod
index e9e534b6ad..63f9ecda0a 100644
--- a/pod/perlsource.pod
+++ b/pod/perlsource.pod
@@ -214,7 +214,7 @@ platform-specific Configure-like scripts, as well as F<Configure>
itself.
The metaconfig system has its own git repository. Please see its README
-file in L<http://perl5.git.perl.org/metaconfig.git/> for more details.
+file in L<https://perl5.git.perl.org/metaconfig.git/> for more details.
The F<Cross> directory contains various files related to
cross-compiling Perl. See F<Cross/README> for more details.
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 2011e1dd37..050a404292 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -5,7 +5,7 @@ perltodo - Link to the Perl to-do list
=head1 DESCRIPTION
The Perl 5 to-do list is maintained in the git repository, and can
-be viewed at L<http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/todo.pod>
+be viewed at L<https://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/todo.pod>
(The to-do list used to be here in perltodo. That has stopped, as installing a
snapshot that becomes increasingly out of date isn't that useful to anyone.)