Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #341

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spelling: https
  • Loading branch information
jsoref committed Jul 16, 2024
commit b2783e52f2c3e633bfcb6eac35eeb2ff97e42d74
2 changes: 1 addition & 1 deletion Cover.xs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static int cpu() {
#endif /* HAS_GETTIMEOFDAY */

/*
* http://codereview.stackexchange.com/questions/85556/simple-string-hashing-algorithm-implementation
* https://codereview.stackexchange.com/questions/85556/simple-string-hashing-algorithm-implementation
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm replacing any http: for any domain that supports https w/ https:

* https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function
* http://www.isthe.com/chongo/tech/comp/fnv/index.html#public_domain
*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ little testing and will probably be removed soon. You probably don't care
about any of this.

The most appropriate mailing list on which to discuss this module would be
[perl-qa](http://lists.perl.org/list/perl-qa.html).
[perl-qa](https://lists.perl.org/list/perl-qa.html).

The Devel::Cover repository can be found on
[github](http://github.com/pjcj/Devel--Cover). This is also where problems
[github](https://github.com/pjcj/Devel--Cover). This is also where problems
should be reported.

To get coverage for an uninstalled module:
Expand Down
8 changes: 4 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ prune_directory = ^\.build$
[MetaResources] ; add resources to meta files
homepage = https://pjcj.net/perl.html
bugtracker.web = https://github.com/pjcj/Devel--Cover/issues
license = http://dev.perl.org/licenses
repository.url = http://github.com/pjcj/Devel--Cover
repository.web = http://github.com/pjcj/Devel--Cover
license = https://dev.perl.org/licenses
repository.url = https://github.com/pjcj/Devel--Cover
repository.web = https://github.com/pjcj/Devel--Cover
repository.type = git
x_mailing_list = http://lists.perl.org/list/perl-qa.html
x_mailing_list = https://lists.perl.org/list/perl-qa.html
x_IRC = irc://irc.perl.org/#perl-qa
[MetaNoIndex]
directory = tests
Expand Down
2 changes: 1 addition & 1 deletion docs/cpancover.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ possible.
## cpancover.com

The server which is currently running cpancover.com has been graciously
provided by [Bytemark](http://www.bytemark.co.uk/r/cpancover). It has plenty
provided by [Bytemark](https://www.bytemark.co.uk/r/cpancover). It has plenty
of memory and cpu power, but not a large amount of disk space. That's fine
though, it has sufficient for cpancover's needs.

Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1407,10 +1407,10 @@ of operation, but this now gets little testing and will probably be removed
soon. You probably don't care about any of this.

The most appropriate mailing list on which to discuss this module would be
perl-qa. See L<http://lists.perl.org/list/perl-qa.html>.
perl-qa. See L<https://lists.perl.org/list/perl-qa.html>.

The Devel::Cover repository can be found at
L<http://github.com/pjcj/Devel--Cover>. This is also where problems should be
L<https://github.com/pjcj/Devel--Cover>. This is also where problems should be
reported.

=head1 REQUIREMENTS AND RECOMMENDED MODULES
Expand Down
8 changes: 4 additions & 4 deletions lib/Devel/Cover/Collection.pm
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,8 @@ EOT
$Templates{html} = <<'EOT';
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<!--
This file was generated by Devel::Cover Version $VERSION
Devel::Cover is copyright 2001-2024, Paul Johnson (paul\@pjcj.net)
Expand Down Expand Up @@ -693,8 +693,8 @@ https://pjcj.net
<p><a href="http://cpancover.com/latest/about.html">About</a> the project.</p>

<p>This server generously donated by
<a href="http://www.bytemark.co.uk/r/cpancover">
<img src="http://www.bytemark.co.uk/images/subpages/spreadtheword/bytemark_logo_179_x_14.png" alt="bytemark"/>
<a href="https://www.bytemark.co.uk/r/cpancover">
<img src="https://www.bytemark.co.uk/images/subpages/spreadtheword/bytemark_logo_179_x_14.png" alt="bytemark"/>
</a>
</p>
</body>
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Report/Html_basic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ sub fetch {
$Templates{html} = <<'EOT';
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<!--
This file was generated by Devel::Cover Version [% R.version %]
Devel::Cover is copyright 2001-2024, Paul Johnson (paul@pjcj.net)
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Report/Html_minimal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ sub print_html_header {
print $fh <<"END_HTML";
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<!--
This file was generated by Devel::Cover Version $VERSION
Devel::Cover is copyright 2001-2024, Paul Johnson (paul\@pjcj.net)
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Report/Html_subtle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ https://pjcj.net
-->
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
"https://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<meta http-equiv="Content-Language" content="en-us"></meta>
Expand Down
6 changes: 3 additions & 3 deletions lib/Devel/Cover/Web.pm
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ fixEvent.stopPropagation = function() {
**/
function createElement(element) {
if (typeof document.createElementNS != 'undefined') {
return document.createElementNS('http://www.w3.org/1999/xhtml', element);
return document.createElementNS('https://www.w3.org/1999/xhtml', element);
}
if (typeof document.createElement != 'undefined') {
return document.createElement(element);
Expand All @@ -267,8 +267,8 @@ function createElement(element) {

/**
* "targ" is the element which caused this function to be called
* from http://www.quirksmode.org/js/events_properties.html
* see http://www.quirksmode.org/about/copyright.html
* from https://www.quirksmode.org/js/events_properties.html
* see https://www.quirksmode.org/about/copyright.html
**/
function getEventTarget(e) {
var targ;
Expand Down
2 changes: 1 addition & 1 deletion utils/all_versions
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ sub _build_version {
}

$ENV{PATH} = "$dir:$ENV{PATH}";
sys "curl -L http://cpanmin.us | perl - App::cpanminus" or do {
sys "curl -L https://cpanmin.us | perl - App::cpanminus" or do {
warn "cpanm installation for $v failed";
return;
};
Expand Down