summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2015-11-19 13:28:57 +0100
committerAbigail <abigail@abigail.be>2015-11-19 13:34:25 +0100
commit5ff1f7df94d5070d31c757e672a2730f2ae2aaff (patch)
tree0055eb981b621988c831c8a88c69d4d285c4da43
parentd382c182ec9a56e41734d319d08a078b90fc397c (diff)
downloadperl-5ff1f7df94d5070d31c757e672a2730f2ae2aaff.tar.gz
podcheck.t: Line up comments.
A block with all comments lined up, save for one? That hurts the eyes.
-rw-r--r--t/porting/podcheck.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index d599966934..a4e84c2eb2 100644
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -1132,12 +1132,12 @@ package Tie_Array_to_FH { # So printing actually goes to an array
my %filename_to_checker; # Map a filename to its pod checker object
-my %id_to_checker; # Map a checksum to its pod checker object
-my %nodes; # key is filename, values are nodes in that file.
-my %nodes_first_word; # same, but value is first word of each node
-my %valid_modules; # List of modules known to exist outside us.
-my %digests; # checksums of files, whose names are the keys
-my %filename_to_pod; # Map a filename to its pod NAME
+my %id_to_checker; # Map a checksum to its pod checker object
+my %nodes; # key is filename, values are nodes in that file.
+my %nodes_first_word; # same, but value is first word of each node
+my %valid_modules; # List of modules known to exist outside us.
+my %digests; # checksums of files, whose names are the keys
+my %filename_to_pod; # Map a filename to its pod NAME
my %files_with_unknown_issues;
my %files_with_fixes;