Skip to content

Commit 9964565

Browse files
committed
more fixes - http >> https://strawberryperl.com
1 parent 2f27903 commit 9964565

File tree

14 files changed

+34
-34
lines changed

14 files changed

+34
-34
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DESCRIPTION
88
modules that offer the ability to install XS CPAN modules directly from
99
CPAN.
1010

11-
You can download Strawberry Perl from <http://strawberryperl.com>
11+
You can download Strawberry Perl from <https://strawberryperl.com>
1212

1313
The purpose of the Strawberry Perl series is to provide a practical
1414
Win32 Perl environment for experienced Perl developers to experiment

lib/Perl/Dist/Strawberry.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sub new {
2828
working_dir => 'c:\strawberry_build',
2929
image_dir => 'c:\strawberry',
3030
cpan_url => 'http://cpan.strawberryperl.com',
31-
package_url => 'http://strawberryperl.com/package/',
31+
package_url => 'https://strawberryperl.com/package/',
3232
test_modules => 1,
3333
test_core => 0,
3434
offline => 0,
@@ -59,7 +59,7 @@ sub parse_options {
5959
'perl_64bitint!' => \$self->global->{perl_64bitint}, #<flag> default: undef (0)
6060
'perl_ldouble!' => \$self->global->{perl_ldouble}, #<flag> default: undef (0)
6161
'verbosity=s' => \$self->global->{verbosity}, #<level> default: 2 (you can use values 1/silent to 5/verbose)
62-
'package_url=s' => \$self->global->{package_url}, #<url> default: http://strawberryperl.com/package/ (or use e.g. file://C|/pkgmirror/)
62+
'package_url=s' => \$self->global->{package_url}, #<url> default: https://strawberryperl.com/package/ (or use e.g. file://C|/pkgmirror/)
6363
'app_simplename=s' => \$self->global->{app_simplename},#<name> default: undef
6464
'app_fullname=s' => \$self->global->{app_fullname}, #<name> default: undef
6565
'beta=i' => \$self->global->{beta}, #<name> default: undef
@@ -576,7 +576,7 @@ Strawberry Perl is a binary distribution of Perl for the Windows operating
576576
system. It includes a bundled compiler and pre-installed modules that offer
577577
the ability to install XS CPAN modules directly from CPAN.
578578
579-
You can download Strawberry Perl from L<http://strawberryperl.com|http://strawberryperl.com>
579+
You can download Strawberry Perl from L<https://strawberryperl.com|https://strawberryperl.com>
580580
581581
The purpose of the Strawberry Perl series is to provide a practical Win32 Perl
582582
environment for experienced Perl developers to experiment with and test the

script/perldist_strawberry

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ perldist_strawberry - Build strawberry-perl-like distribution for MS Windows
1717

1818
=head1 DESCRIPTION
1919

20-
This script is used by Strawberry Perl [L<http://strawberryperl.com|http://strawberryperl.com>]
20+
This script is used by Strawberry Perl [L<https://strawberryperl.com|https://strawberryperl.com>]
2121
project for building release packages (MSI, MSM, ZIP, portable/ZIP).
2222

2323
=head1 SYNOPSIS
@@ -96,7 +96,7 @@ default: http://cpan.strawberryperl.com (or use local mirror e.g. file://C|/cpan
9696

9797
=item B<-package_url=(url)>
9898

99-
default: http://strawberryperl.com/package/ (or use local mirror e.g. file://C|/pkgmirror/)
99+
default: https://strawberryperl.com/package/ (or use local mirror e.g. file://C|/pkgmirror/)
100100

101101
=item B<-test_modules>, B<-notest_modules>
102102

share/extra-files/README.txt.tt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ What is Strawberry Perl?
88
------------------------
99

1010
* 'Perl' is a programming language suitable for writing simple scripts as well
11-
as complex applications. See http://perldoc.perl.org/perlintro.html
11+
as complex applications. See https://perldoc.perl.org/perlintro.html
1212

1313
* 'Strawberry Perl' is a perl environment for Microsoft Windows containing all
1414
you need to run and develop perl applications. It is designed to be as close
15-
as possible to perl environment on UNIX systems. See http://strawberryperl.com/
15+
as possible to perl environment on UNIX systems. See https://strawberryperl.com/
1616

17-
* If you are completely new to perl consider visiting http://learn.perl.org/
17+
* If you are completely new to perl consider visiting http2://learn.perl.org/
1818

1919
Installation instructions: (.ZIP distribution only, not .MSI installer)
2020
-----------------------------------------------------------------------
@@ -30,7 +30,7 @@ Installation instructions: (.ZIP distribution only, not .MSI installer)
3030
Perl's environment variables for the current user only.
3131

3232
* If having a fixed installation path does not suit you, try "Strawberry Perl
33-
Portable Edition" from http://strawberryperl.com/releases.html
33+
Portable Edition" from https://strawberryperl.com/releases.html
3434

3535
How to use Strawberry Perl?
3636
---------------------------
@@ -41,14 +41,14 @@ How to use Strawberry Perl?
4141

4242
c:\> perl c:\path\to\script.pl
4343

44-
2. install additional perl modules (libraries) from http://www.cpan.org/ by
44+
2. install additional perl modules (libraries) from https://www.metacpan.org/ by
4545

46-
c:\> cpan Module::Name
46+
c:\> cpanm Module::Name
4747

4848
3. run other tools included in Strawberry Perl like: perldoc, gcc, [%maketool || 'dmake'%] ...
4949

5050
* You'll need a text editor to create perl scripts. One is NOT included with
5151
Strawberry Perl. A few options are Padre (which can be installed by running
5252
"cpan Padre" from the command prompt) and Notepad++ (which is downloadable at
53-
http://notepad-plus-plus.org/ ) which both include syntax highlighting
53+
https://notepad-plus-plus.org/ ) which both include syntax highlighting
5454
for perl scripts. You can even use Notepad, if you wish.

share/extra-files/release_notes.html.tt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<title>Strawberry Perl for Windows - [%app_version%]-beta[%beta%]-[%bits%]bit Release Notes</title>
1010
[%-END%]
1111

12-
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://strawberryperl.com/favicon.ico">
13-
<link rel="stylesheet" type="text/css" href="http://strawberryperl.com/main.css">
12+
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="https://strawberryperl.com/favicon.ico">
13+
<link rel="stylesheet" type="text/css" href="https://strawberryperl.com/main.css">
1414

1515
<style>
1616
.releasenotes .hidden { display: none; }
@@ -33,7 +33,7 @@
3333
</head>
3434
<body class="releasenotes">
3535

36-
<img src="http://strawberryperl.com/images/320554_9491.jpg" alt="strawberries" width="357" height="728" border="0" align="right">
36+
<img src="https://strawberryperl.com/images/320554_9491.jpg" alt="strawberries" width="357" height="728" border="0" align="right">
3737
<br />
3838
[%-IF beta==0 -%]
3939
<h2>Strawberry Perl ([%app_version%]-[%bits%]bit) Release Notes</h2>
@@ -50,11 +50,11 @@
5050
<li>XXX-TODO Put blurb here.</li>
5151
<li>XXX-TODO Put blurb here.</li>
5252
<li>There is a special portable version with extra math related libraries and pre-installed <a href="http://pdl.perl.org">PDL</a> -
53-
<a href="http://strawberryperl.com/download/[%app_version%]/strawberry-perl-[%app_version%]-[%bits%]bit-PDL.zip">strawberry-perl-[%app_version%]-[%bits%]bit-PDL.zip</a></li>
53+
<a href="https://strawberryperl.com/download/[%app_version%]/strawberry-perl-[%app_version%]-[%bits%]bit-PDL.zip">strawberry-perl-[%app_version%]-[%bits%]bit-PDL.zip</a></li>
5454
[%-IF bits==32 -%]
5555
<li>32bit Strawberry Perl is compiled <strong>with USE_64_BIT_INT enabled</strong> but there exists a version <strong>without USE_64_BIT_INT</strong> -
56-
<a href="http://strawberryperl.com/download/[%app_version%]/strawberry-perl-no64-[%app_version%]-32bit.zip">ZIP</a> and
57-
<a href="http://strawberryperl.com/download/[%app_version%]/strawberry-perl-no64-[%app_version%]-32bit-portable.zip">Portable ZIP</a></li>
56+
<a href="https://strawberryperl.com/download/[%app_version%]/strawberry-perl-no64-[%app_version%]-32bit.zip">ZIP</a> and
57+
<a href="https://strawberryperl.com/download/[%app_version%]/strawberry-perl-no64-[%app_version%]-32bit-portable.zip">Portable ZIP</a></li>
5858
[%-END%]
5959
</ul>
6060
Bundled database clients:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[InternetShortcut]
22

3-
URL=http://strawberryperl.com/release-notes/[%app_version%]-[%bits%]bit.html
3+
URL=https://strawberryperl.com/release-notes/[%app_version%]-[%bits%]bit.html
44
IconFile=[%image_dir%]\win32\strawberry.ico
55
IconIndex=1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[InternetShortcut]
22

3-
URL=http://strawberryperl.com/strawberry-perl-5.14.2.1
3+
URL=https://strawberryperl.com/strawberry-perl-5.14.2.1
44
IconFile=[%image_dir%]\win32\strawberry.ico
55
IconIndex=1

share/msi/Variables-v2.wxi.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<?define Platform = "x64" ?>
2121
[%- END %]
2222
<?define Manufacturer = "[%app_publisher%]" ?> <!-- e.g. "strawberryperl.com project" -->
23-
<?define URLAbout = "[%url_about%]" ?> <!-- e.g. "http://strawberryperl.com/" -->
24-
<?define URLHelp = "[%url_help%]" ?> <!-- e.g. "http://strawberryperl.com/support.html" -->
23+
<?define URLAbout = "[%url_about%]" ?> <!-- e.g. "https://strawberryperl.com/" -->
24+
<?define URLHelp = "[%url_help%]" ?> <!-- e.g. "https://strawberryperl.com/support.html" -->
2525
<?define RootDir = "[%msi_root_dir%]" ?> <!-- e.g. "Strawberry" new in MSI-v2 -->
2626

2727
<?define FileMainIcon = "[%msi_main_icon%]" ?> <!-- e.g. "<dist_sharedir>\msi\files\strawberry.ico" -->

share/msi/Variables.wxi.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<?define Platform = "x64" ?>
2121
[%- END %]
2222
<?define Manufacturer = "[%app_publisher%]" ?> <!-- e.g. "strawberryperl.com project" -->
23-
<?define URLAbout = "[%url_about%]" ?> <!-- e.g. "http://strawberryperl.com/" -->
24-
<?define URLHelp = "[%url_help%]" ?> <!-- e.g. "http://strawberryperl.com/support.html" -->
23+
<?define URLAbout = "[%url_about%]" ?> <!-- e.g. "https://strawberryperl.com/" -->
24+
<?define URLHelp = "[%url_help%]" ?> <!-- e.g. "https://strawberryperl.com/support.html" -->
2525
<?define DefaultInstallDir = "[%msi_default_instdir%]" ?> <!-- e.g. "c:\straw_NEW" deprecated in MSI-v2-->
2626

2727
<?define FileMainIcon = "[%msi_main_icon%]" ?> <!-- e.g. "<dist_sharedir>\msi\files\strawberry.ico" -->

share/perl-5.18/perlexe.rc.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ BLOCK "StringFileInfo"
3535
VALUE "FileDescription", "Perl interpreter\0"
3636
VALUE "FileVersion", RCVERSION_STR
3737
VALUE "InternalName", "perl.exe\0"
38-
VALUE "LegalCopyright", "Copyright 1987-2013 Larry Wall, binaries by http://strawberryperl.com\0"
38+
VALUE "LegalCopyright", "Copyright 1987-2013 Larry Wall, binaries by https://strawberryperl.com\0"
3939
VALUE "OriginalFilename", "perl.exe\0"
4040
VALUE "ProductName", "[%app_fullname%]\0"
4141
VALUE "ProductVersion", RCVERSION_STR

0 commit comments

Comments
 (0)