File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
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
126126the work of the OpenSSL project's openssl code until I arrived at a XS
127127based module that could create a certificate from a Certificate Signing Request.
128128
129- &#x 3d ; head LICENSE
129+ # LICENSE
130130
131131Licensed under the Apache License 2.0 (the "License"). You may not use
132132this 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;
77
88require Exporter;
99
10- our $VERSION = " 0.06 " ;
10+ our $VERSION = " 0.07 " ;
1111
1212our @ISA = qw( Exporter) ;
1313
@@ -145,7 +145,7 @@ I did not write any OpenSSL related code I simply copied and pasted
145145the work of the OpenSSL project's openssl code until I arrived at a XS
146146based module that could create a certificate from a Certificate Signing Request.
147147
148- = head LICENSE
148+ =head1 LICENSE
149149
150150Licensed under the Apache License 2.0 (the "License"). You may not use
151151this file except in compliance with the License. You can obtain a copy
You can’t perform that action at this time.
0 commit comments