File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- This software is copyright (c) 2004-2022 by Dan Sully.
1
+ This software is copyright (c) 2004-2023 by Dan Sully.
2
2
3
3
This is free software; you can redistribute it and/or modify it under
4
4
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
12
12
13
13
--- The GNU General Public License, Version 1, February 1989 ---
14
14
15
- This software is Copyright (c) 2004-2022 by Dan Sully.
15
+ This software is Copyright (c) 2004-2023 by Dan Sully.
16
16
17
17
This is free software, licensed under:
18
18
@@ -272,7 +272,7 @@ That's all there is to it!
272
272
273
273
--- The Artistic License 1.0 ---
274
274
275
- This software is Copyright (c) 2004-2022 by Dan Sully.
275
+ This software is Copyright (c) 2004-2023 by Dan Sully.
276
276
277
277
This is free software, licensed under:
278
278
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ my %WriteMakefileArgs = (
70
70
" TEST_REQUIRES" => {
71
71
" Test::Pod" => " 1.00"
72
72
},
73
- " VERSION" => " 1.914 " ,
73
+ " VERSION" => " 1.915 " ,
74
74
" test" => {
75
75
" TESTS" => " t/*.t"
76
76
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use base qw(Exporter);
8
8
9
9
use Convert::ASN1;
10
10
11
- our $VERSION = ' 1.914 ' ;
11
+ our $VERSION = ' 1.915 ' ;
12
12
13
13
our @EXPORT_OK = qw(
14
14
FORMAT_UNDEF FORMAT_ASN1 FORMAT_TEXT FORMAT_PEM
You can’t perform that action at this time.
0 commit comments