File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ my %WriteMakefileArgs = (
79
79
" File::Slurper" => " 0.012" ,
80
80
" Test::Exception" => 0
81
81
},
82
- " VERSION" => " 0.31 " ,
82
+ " VERSION" => " 0.32 " ,
83
83
" test" => {
84
84
" TESTS" => " t/*.t t/author/*.t"
85
85
}
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ Based on the Original Crypt::OpenSSL::VerifyX509 by
141
141
142
142
- Copyright 2010 Chris Andrews < chrisandrews@venda.com >
143
143
144
- # LICENCE
144
+ # LICENSE
145
145
146
146
This library is free software; you can redistribute it and/or modify
147
147
it under the same terms as OpenSSL and is covered by the dual
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
require 5.010;
7
7
8
- our $VERSION = ' 0.31 ' ;
8
+ our $VERSION = ' 0.32 ' ;
9
9
10
10
use Crypt::OpenSSL::X509;
11
11
You can’t perform that action at this time.
0 commit comments