Skip to content

Commit 8c7cf61

Browse files
committed
Preparing release 1.9.15
1 parent f21789b commit 8c7cf61

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This software is copyright (c) 2004-2022 by Dan Sully.
1+
This software is copyright (c) 2004-2023 by Dan Sully.
22

33
This is free software; you can redistribute it and/or modify it under
44
the 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

1717
This 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

277277
This is free software, licensed under:
278278

Makefile.PL

+1-1
Original file line numberDiff line numberDiff 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
}

X509.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use base qw(Exporter);
88

99
use Convert::ASN1;
1010

11-
our $VERSION = '1.914';
11+
our $VERSION = '1.915';
1212

1313
our @EXPORT_OK = qw(
1414
FORMAT_UNDEF FORMAT_ASN1 FORMAT_TEXT FORMAT_PEM

0 commit comments

Comments
 (0)