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

http => https #22

Merged
merged 2 commits into from
Feb 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This Build.PL for Perl-Tidy-Sweetened was generated by mbtiny 0.023.
# This Build.PL for Perl-Tidy-Sweetened was generated by mbtiny 0.027.
use 5.010;
use Module::Build::Tiny 0.034;
Build_PL();
13 changes: 7 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Mark Grimes E<lt>mgrimes@cpan.orgE<gt>"
],
"dynamic_config" : 0,
"generated_by" : "App::ModuleBuildTiny version 0.023",
"generated_by" : "App::ModuleBuildTiny version 0.027",
"license" : [
"perl_5"
],
Expand All @@ -21,7 +21,7 @@
},
"develop" : {
"requires" : {
"App::ModuleBuildTiny" : "0.023"
"App::ModuleBuildTiny" : "0.027"
}
},
"runtime" : {
Expand Down Expand Up @@ -64,12 +64,12 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "http://github.com/mvgrimes/Perl-Tidy-Sweetened/issues"
"web" : "https://github.com/mvgrimes/Perl-Tidy-Sweetened/issues"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/mvgrimes/Perl-Tidy-Sweetened.git",
"web" : "http://github.com/mvgrimes/Perl-Tidy-Sweetened"
"url" : "https://github.com/mvgrimes/Perl-Tidy-Sweetened.git",
"web" : "https://github.com/mvgrimes/Perl-Tidy-Sweetened"
}
},
"version" : "1.18",
Expand All @@ -80,5 +80,6 @@
"@pblaberge",
"Peter Roberts (@pwr22)"
],
"x_serialization_backend" : "JSON::PP version 2.27400_02"
"x_serialization_backend" : "JSON::PP version 2.27400_02",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Unfortunately, they can break the support tools that the Perl community has
come to rely on. This module attempts to work around those issues.

The module uses
[Perl::Tidy](https://metacpan.org/pod/Perl::Tidy)'s `prefilter` and `postfilter` hooks to support `method` and
[Perl::Tidy](https://metacpan.org/pod/Perl%3A%3ATidy)'s `prefilter` and `postfilter` hooks to support `method` and
`func` keywords, including the (possibly multi-line) parameter lists. This is
quite an ugly hack, but it is the recommended method of supporting these new
keywords (see the 2010-12-17 entry in the Perl::Tidy
Expand All @@ -47,7 +47,7 @@ The idea and much of original code taken from Jonathan Swartz'

# SEE ALSO

[Perl::Tidy](https://metacpan.org/pod/Perl::Tidy)
[Perl::Tidy](https://metacpan.org/pod/Perl%3A%3ATidy)

# AUTHOR

Expand Down
6 changes: 3 additions & 3 deletions metamerge.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name" : "Perl-Tidy-Sweetened",
"resources" : {
"repository" : {
"web" : "http://github.com/mvgrimes/Perl-Tidy-Sweetened",
"url" : "http://github.com/mvgrimes/Perl-Tidy-Sweetened.git",
"web" : "https://github.com/mvgrimes/Perl-Tidy-Sweetened",
"url" : "https://github.com/mvgrimes/Perl-Tidy-Sweetened.git",
"type" : "git"
},
"bugtracker" : {
"web" : "http://github.com/mvgrimes/Perl-Tidy-Sweetened/issues"
"web" : "https://github.com/mvgrimes/Perl-Tidy-Sweetened/issues"
}
},
"x_contributors" : [
Expand Down