File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 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.
22
33This is free software; you can redistribute it and/or modify it under
44the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
1212
1313--- The GNU General Public License, Version 1, February 1989 ---
1414
15- This software is Copyright (c) 2004-2022 by Dan Sully.
15+ This software is Copyright (c) 2004-2023 by Dan Sully.
1616
1717This is free software, licensed under:
1818
@@ -272,7 +272,7 @@ That's all there is to it!
272272
273273--- The Artistic License 1.0 ---
274274
275- This software is Copyright (c) 2004-2022 by Dan Sully.
275+ This software is Copyright (c) 2004-2023 by Dan Sully.
276276
277277This is free software, licensed under:
278278
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ my %WriteMakefileArgs = (
7070 " TEST_REQUIRES" => {
7171 " Test::Pod" => " 1.00"
7272 },
73- " VERSION" => " 1.914 " ,
73+ " VERSION" => " 1.915 " ,
7474 " test" => {
7575 " TESTS" => " t/*.t"
7676 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use base qw(Exporter);
88
99use Convert::ASN1;
1010
11- our $VERSION = ' 1.914 ' ;
11+ our $VERSION = ' 1.915 ' ;
1212
1313our @EXPORT_OK = qw(
1414 FORMAT_UNDEF FORMAT_ASN1 FORMAT_TEXT FORMAT_PEM
You can’t perform that action at this time.
0 commit comments