Skip to content

Commit 32fe761

Browse files
committed
Fix a pod issue and increment repo version
1 parent 40c37df commit 32fe761

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ my %WriteMakefileArgs = (
7070
"File::Slurper" => "0.012",
7171
"File::Which" => 0
7272
},
73-
"VERSION" => "0.06",
73+
"VERSION" => "0.07",
7474
"test" => {
7575
"TESTS" => "t/*.t"
7676
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ I did not write any OpenSSL related code I simply copied and pasted
126126
the work of the OpenSSL project's openssl code until I arrived at a XS
127127
based module that could create a certificate from a Certificate Signing Request.
128128

129-
= head LICENSE
129+
# LICENSE
130130

131131
Licensed under the Apache License 2.0 (the "License"). You may not use
132132
this file except in compliance with the License. You can obtain a copy

lib/Crypt/OpenSSL/SignCSR.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use warnings;
77

88
require Exporter;
99

10-
our $VERSION = "0.06";
10+
our $VERSION = "0.07";
1111

1212
our @ISA = qw(Exporter);
1313

@@ -145,7 +145,7 @@ I did not write any OpenSSL related code I simply copied and pasted
145145
the work of the OpenSSL project's openssl code until I arrived at a XS
146146
based module that could create a certificate from a Certificate Signing Request.
147147
148-
= head LICENSE
148+
=head1 LICENSE
149149
150150
Licensed under the Apache License 2.0 (the "License"). You may not use
151151
this file except in compliance with the License. You can obtain a copy

0 commit comments

Comments
 (0)