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

Tidy up some .pm and .t #204

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yoshikazusawa
Copy link
Contributor

Rework #203.

d231eb5 Fix small path correction in CONTRIBUTING.md.
5228112 I applied perltidy to some .pm and .t that is not to affect with other open PRs.
bfa7cc0 Also made some manual adjustments to tab characters in comments.

The difference from #203 is the modified files were narrowed down using the following command (with refspec added to remotes/pr/).

% comm -23 <(git ls-files | sort) <(echo -n "8,16,23,25,35,93,99,117,122,141" | xargs -d, -I% sh -c 'git diff --name-only master...remotes/pr/%/head' | sort | uniq) | grep -E -e 'lib/' -e 't/.*\.t$'
lib/HTTP/Headers/Auth.pm
lib/HTTP/Headers/ETag.pm
lib/HTTP/Headers/Util.pm
t/common-req.t
t/headers-auth.t
t/headers-etag.t
t/headers-util.t
t/lib/Secret.pm
t/message-brotli.t
t/message-charset.t
t/message-decode-brotlibomb.t
t/message-decode-bzipbomb.t
t/message-decode-xml.t
t/message-decode-zipbomb.t
t/message-old.t
t/request_type_with_data.t
t/response.t
t/status-old.t
t/status.t

…l Requests as of 2024/11/3.

comm -23 <(git ls-files | sort) <(echo -n "8,16,23,25,35,93,99,117,122,141" | xargs -d, -I% sh -c 'git diff --name-only master...remotes/pr/%/head' | sort | uniq) | grep -E -e 'lib/' -e 't/.*\.t$' | xargs perltidy -b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant