File tree Expand file tree Collapse file tree 7 files changed +15
-10
lines changed
Expand file tree Collapse file tree 7 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11
2+ 1.857 25 February 2022
3+
4+ * Silence gcc12 'empty-body' warning
5+ https://github.com/pmqs/DB_File/issues/10
6+ 22c4850b70d0c32eb4acb9c987868274a61072ec
27
381.856 22 June 2021
49
Original file line number Diff line number Diff line change 22#
33# Written by Paul Marquess (pmqs@cpan.org)
44#
5- # Copyright (c) 1995-2021 Paul Marquess. All rights reserved.
5+ # Copyright (c) 1995-2022 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.856 " ;
168+ $VERSION = " 1.857 " ;
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-2021 Paul Marquess. All rights reserved. This program
2328+ Copyright (c) 1995-2022 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-2021 Paul Marquess. All rights reserved.
9+ Copyright (c) 1995-2022 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.856 "
46+ "version" : " 1.857 "
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.856 '
24+ version : ' 1.857 '
Original file line number Diff line number Diff line change 11 DB_File
22
3- Version 1.856
3+ Version 1.857
44
5- 22 June 2021
5+ 25 Feburary 2022
66
7- Copyright (c) 1995-2021 Paul Marquess. All rights reserved. This
7+ Copyright (c) 1995-2022 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-2021 Paul Marquess. All rights reserved.
10+ # Copyright (c) 1998-2022 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