CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 18:49:21 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20210125073848
location: https://web.archive.org/web/20210125073848/https://perl5.git.perl.org/perl5.git/commitdiff
server-timing: captures_list;dur=0.888450, exclusion.robots;dur=0.030356, exclusion.robots.policy;dur=0.011340, esindex;dur=0.023874, cdx.remote;dur=59.514996, LoadShardBlock;dur=340.971490, PetaboxLoader3.datanode;dur=110.069467, PetaboxLoader3.resolve;dur=65.303551
x-app-server: wwwb-app215
x-ts: 302
x-tr: 438
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 30 Jul 2025 18:49:23 GMT
content-type: application/xhtml+xml; charset=utf-8
x-archive-orig-date: Mon, 25 Jan 2021 07:38:48 GMT
x-archive-orig-server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips
x-archive-orig-keep-alive: timeout=5, max=100
x-archive-orig-connection: Keep-Alive
x-archive-orig-x-crawler-transfer-encoding: chunked
x-archive-orig-content-length: 8433
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 25 Jan 2021 07:38:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 25 Jan 2021 07:38:48 GMT", ; rel="memento"; datetime="Mon, 25 Jan 2021 07:38:48 GMT", ; rel="next memento"; datetime="Wed, 26 Jan 2022 20:35:04 GMT", ; rel="last memento"; datetime="Tue, 31 Jan 2023 19:54:32 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: CC-MAIN-2021-04-1610703565376.63-0018/CC-MAIN-20210125061144-20210125091144-00375.warc.gz
server-timing: captures_list;dur=2.273371, exclusion.robots;dur=0.027224, exclusion.robots.policy;dur=0.009492, esindex;dur=0.011841, cdx.remote;dur=93.578648, LoadShardBlock;dur=219.819296, PetaboxLoader3.datanode;dur=447.881971, load_resource;dur=684.912603, PetaboxLoader3.resolve;dur=412.433753
x-app-server: wwwb-app215
x-ts: 200
x-tr: 1061
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
perl5.git.perl.org Git - perl5.git/commitdiff
This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 363d555)
raw | patch | inline | side by side (parent: 363d555)
author | James E Keenan <jkeenan@cpan.org> | |
Mon, 25 Jan 2021 00:07:26 +0000 (00:07 +0000) | ||
committer | Karl Williamson <khw@cpan.org> | |
Mon, 25 Jan 2021 01:05:18 +0000 (18:05 -0700) |
t/porting/podcheck.t | patch | blob | blame | history |
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -360,8 +360,8 @@ my $MANIFEST = File::Spec->catfile(File::Spec->updir($original_dir), 'MANIFEST')
my $copy_fh;
my $MAX_LINE_LENGTH = 78; # 78 columns
-my $INDENT = 4; # Things besides =head lines are indented at this
- #least much
+my $INDENT = 4; # Lines other than '=head' lines are indented at
+ # least this much
# Our warning messages. Better not have [('"] in them, as those are used as
# delimiters for variable parts of the messages by poderror.