File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ my %WriteMakefileArgs = (
70
70
" File::Slurper" => " 0.012" ,
71
71
" File::Which" => 0
72
72
},
73
- " VERSION" => " 0.06 " ,
73
+ " VERSION" => " 0.07 " ,
74
74
" test" => {
75
75
" TESTS" => " t/*.t"
76
76
}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ I did not write any OpenSSL related code I simply copied and pasted
126
126
the work of the OpenSSL project's openssl code until I arrived at a XS
127
127
based module that could create a certificate from a Certificate Signing Request.
128
128
129
- &#x 3d ; head LICENSE
129
+ # LICENSE
130
130
131
131
Licensed under the Apache License 2.0 (the "License"). You may not use
132
132
this file except in compliance with the License. You can obtain a copy
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use warnings;
7
7
8
8
require Exporter;
9
9
10
- our $VERSION = " 0.06 " ;
10
+ our $VERSION = " 0.07 " ;
11
11
12
12
our @ISA = qw( Exporter) ;
13
13
@@ -145,7 +145,7 @@ I did not write any OpenSSL related code I simply copied and pasted
145
145
the work of the OpenSSL project's openssl code until I arrived at a XS
146
146
based module that could create a certificate from a Certificate Signing Request.
147
147
148
- = head LICENSE
148
+ =head1 LICENSE
149
149
150
150
Licensed under the Apache License 2.0 (the "License"). You may not use
151
151
this file except in compliance with the License. You can obtain a copy
You can’t perform that action at this time.
0 commit comments