Skip to content

Commit 63b6f36

Browse files
committed
Fix EOL in Verify.pm
1 parent 015cc45 commit 63b6f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Verify.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Arguments:
147147
CApath => '/etc/ssl/certs', # Optional
148148
noCAfile => 1, # Optional
149149
noCApath => 0, # Optional
150-
strict_certs => 1 # Default (Optional)
150+
strict_certs => 1 # Default (Optional)
151151
);
152152
153153
=head2 new('t/cacert.pem');

0 commit comments

Comments
 (0)