File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2+ 1.859 21 August 2023
3+
4+ * silence clang compiler warnings
5+ https://github.com/pmqs/DB_File/issues/13
6+ Sun Aug 20 16:30:05 2023 +0100
7+ 6f8902efe7b2782ad418ea53ddaad08ed9bebf9b
8+
291.858 13 May 2022
310
411 * Update to license wording
Original file line number Diff line number Diff line change 22#
33# Written by Paul Marquess (pmqs@cpan.org)
44#
5- # Copyright (c) 1995-2022 Paul Marquess. All rights reserved.
5+ # Copyright (c) 1995-2023 Paul Marquess. All rights reserved.
66# This program is free software; you can redistribute it and/or
77# modify it under the same terms as Perl itself.
88
@@ -165,7 +165,7 @@ use Carp;
165165# Module not thread safe, so don't clone
166166sub CLONE_SKIP { 1 }
167167
168- $VERSION = " 1.858 " ;
168+ $VERSION = " 1.859 " ;
169169$VERSION = eval $VERSION ; # needed for dev releases
170170
171171{
@@ -2325,7 +2325,7 @@ archive in F<src/misc/db.1.85.tar.gz>.
23252325
23262326=head1 COPYRIGHT
23272327
2328- Copyright (c) 1995-2022 Paul Marquess. All rights reserved. This program
2328+ Copyright (c) 1995-2023 Paul Marquess. All rights reserved. This program
23292329is free software; you can redistribute it and/or modify it under the
23302330same terms as Perl itself.
23312331
Original file line number Diff line number Diff line change 66
77 All comments/suggestions/problems are welcome
88
9- Copyright (c) 1995-2022 Paul Marquess. All rights reserved.
9+ Copyright (c) 1995-2023 Paul Marquess. All rights reserved.
1010 This program is free software; you can redistribute it and/or
1111 modify it under the same terms as Perl itself.
1212
Original file line number Diff line number Diff line change 4343 "web" : " https://github.com/pmqs/DB_File"
4444 }
4545 },
46- "version" : " 1.858 "
46+ "version" : " 1.859 "
4747}
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ resources:
2121 bugtracker : https://github.com/pmqs/DB_File/issues
2222 homepage : https://github.com/pmqs/DB_File
2323 repository : git://github.com/pmqs/DB_File.git
24- version : ' 1.858 '
24+ version : ' 1.859 '
Original file line number Diff line number Diff line change 11 DB_File
22
3- Version 1.858
3+ Version 1.859
44
5- 13 May 2022
5+ 21 August 2023
66
7- Copyright (c) 1995-2022 Paul Marquess. All rights reserved. This
7+ Copyright (c) 1995-2023 Paul Marquess. All rights reserved. This
88 program is free software; you can redistribute it and/or modify
99 it under the same terms as Perl itself.
1010
Original file line number Diff line number Diff line change 77# Version: 1.07
88# Date 2nd April 2011
99#
10- # Copyright (c) 1998-2022 Paul Marquess. All rights reserved.
10+ # Copyright (c) 1998-2023 Paul Marquess. All rights reserved.
1111# This program is free software; you can redistribute it and/or
1212# modify it under the same terms as Perl itself.
1313
You can’t perform that action at this time.
0 commit comments