CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 12:43:48 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.565099, exclusion.robots;dur=0.023909, exclusion.robots.policy;dur=0.012403, esindex;dur=0.010999, cdx.remote;dur=471.959246, LoadShardBlock;dur=341.141699, PetaboxLoader3.datanode;dur=106.574025, PetaboxLoader3.resolve;dur=177.050468
x-app-server: wwwb-app219
x-ts: 302
x-tr: 848
server-timing: TR;dur=0,Tw;dur=129,Tc;dur=0
set-cookie: SERVER=wwwb-app219; 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 12:43:50 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=0.670588, exclusion.robots;dur=0.023603, exclusion.robots.policy;dur=0.010960, esindex;dur=0.030769, cdx.remote;dur=506.026052, LoadShardBlock;dur=300.886799, PetaboxLoader3.datanode;dur=114.365416, PetaboxLoader3.resolve;dur=314.472524, load_resource;dur=197.491093
x-app-server: wwwb-app219
x-ts: 200
x-tr: 1096
server-timing: TR;dur=0,Tw;dur=125,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.